svn commit: r382686 - head/devel/p5-SVN-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 30 16:14:03 UTC 2015


Author: sunpoet
Date: Mon Mar 30 16:14:01 2015
New Revision: 382686
URL: https://svnweb.freebsd.org/changeset/ports/382686
QAT: https://qat.redports.org/buildarchive/r382686/

Log:
  - Add LICENSE
  - Remove regression-test:
  - Use BROKEN_powerpc
  - Sort PLIST

Modified:
  head/devel/p5-SVN-Simple/Makefile
  head/devel/p5-SVN-Simple/pkg-plist

Modified: head/devel/p5-SVN-Simple/Makefile
==============================================================================
--- head/devel/p5-SVN-Simple/Makefile	Mon Mar 30 16:13:56 2015	(r382685)
+++ head/devel/p5-SVN-Simple/Makefile	Mon Mar 30 16:14:01 2015	(r382686)
@@ -11,19 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple interface to SVN::Delta::Editor
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test:
-	cd ${WRKSRC} && ${MAKE} test
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not configure on powerpc
-.endif
+BROKEN_powerpc=	Does not configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-SVN-Simple/pkg-plist
==============================================================================
--- head/devel/p5-SVN-Simple/pkg-plist	Mon Mar 30 16:13:56 2015	(r382685)
+++ head/devel/p5-SVN-Simple/pkg-plist	Mon Mar 30 16:14:01 2015	(r382686)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/SVN::Simple::Edit.3.gz
-%%PERL5_MAN3%%/SVN::Simple::Editor.3.gz
 %%SITE_PERL%%/SVN/Simple/Edit.pm
 %%SITE_PERL%%/SVN/Simple/Editor.pm
+%%PERL5_MAN3%%/SVN::Simple::Edit.3.gz
+%%PERL5_MAN3%%/SVN::Simple::Editor.3.gz


More information about the svn-ports-head mailing list