svn commit: r380518 - head/textproc/p5-Tree-Suffix

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 5 17:27:27 UTC 2015


Author: sunpoet
Date: Thu Mar  5 17:27:25 2015
New Revision: 380518
URL: https://svnweb.freebsd.org/changeset/ports/380518
QAT: https://qat.redports.org/buildarchive/r380518/

Log:
  - Add LICENSE
  - Remove outdated post-patch:
  - Sort PLIST

Modified:
  head/textproc/p5-Tree-Suffix/Makefile
  head/textproc/p5-Tree-Suffix/pkg-plist

Modified: head/textproc/p5-Tree-Suffix/Makefile
==============================================================================
--- head/textproc/p5-Tree-Suffix/Makefile	Thu Mar  5 17:27:20 2015	(r380517)
+++ head/textproc/p5-Tree-Suffix/Makefile	Thu Mar  5 17:27:25 2015	(r380518)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to the libstree library
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib
 LIB_DEPENDS=	libstree.so:${PORTSDIR}/textproc/libstree
 
@@ -17,7 +20,4 @@ USES=		perl5
 USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
-post-patch:
-	${RM} -rf ${WRKSRC}/inc
-
 .include <bsd.port.mk>

Modified: head/textproc/p5-Tree-Suffix/pkg-plist
==============================================================================
--- head/textproc/p5-Tree-Suffix/pkg-plist	Thu Mar  5 17:27:20 2015	(r380517)
+++ head/textproc/p5-Tree-Suffix/pkg-plist	Thu Mar  5 17:27:25 2015	(r380518)
@@ -1,3 +1,3 @@
-%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so
 %%SITE_ARCH%%/Tree/Suffix.pm
+%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so
 %%PERL5_MAN3%%/Tree::Suffix.3.gz


More information about the svn-ports-head mailing list