svn commit: r352500 - head/devel/p5-Sort-Key-Top

Frederic Culot culot at FreeBSD.org
Mon Apr 28 13:46:36 UTC 2014


Author: culot
Date: Mon Apr 28 13:46:35 2014
New Revision: 352500
URL: http://svnweb.freebsd.org/changeset/ports/352500
QAT: https://qat.redports.org/buildarchive/r352500/

Log:
  - Update to 0.07
  - Add LICENSE (Artistic 1 & GPL 1)
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Sort-Key-Top/Changes

Modified:
  head/devel/p5-Sort-Key-Top/Makefile
  head/devel/p5-Sort-Key-Top/distinfo

Modified: head/devel/p5-Sort-Key-Top/Makefile
==============================================================================
--- head/devel/p5-Sort-Key-Top/Makefile	Mon Apr 28 13:30:24 2014	(r352499)
+++ head/devel/p5-Sort-Key-Top/Makefile	Mon Apr 28 13:46:35 2014	(r352500)
@@ -2,16 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	Sort-Key-Top
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SALVA
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Select and sort top n elements
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Sort/Key/Top/Top.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Sort-Key-Top/distinfo
==============================================================================
--- head/devel/p5-Sort-Key-Top/distinfo	Mon Apr 28 13:30:24 2014	(r352499)
+++ head/devel/p5-Sort-Key-Top/distinfo	Mon Apr 28 13:46:35 2014	(r352500)
@@ -1,2 +1,2 @@
-SHA256 (Sort-Key-Top-0.06.tar.gz) = 4ac3ddb6049eba36196cacc703a4596d19818db7661952047492ddcb9ddbc9f0
-SIZE (Sort-Key-Top-0.06.tar.gz) = 46745
+SHA256 (Sort-Key-Top-0.07.tar.gz) = 4910842ee5f9fc964daa1e4e33a88816f07debb7c8244676f63297b3ec9be34a
+SIZE (Sort-Key-Top-0.07.tar.gz) = 48078


More information about the svn-ports-all mailing list