svn commit: r355193 - head/devel/p5-SVN-Access

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:39:00 UTC 2014


Author: sunpoet
Date: Sun May 25 12:38:59 2014
New Revision: 355193
URL: http://svnweb.freebsd.org/changeset/ports/355193
QAT: https://qat.redports.org/buildarchive/r355193/

Log:
  - Add LICENSE
  - Use single space after WWW:
  - Pass maintainership to submitter
  - While I'm here:
    - Sort *_DEPENDS
    - Simplify Makefile
  
  PR:		ports/189554
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-SVN-Access/Makefile
  head/devel/p5-SVN-Access/pkg-descr

Modified: head/devel/p5-SVN-Access/Makefile
==============================================================================
--- head/devel/p5-SVN-Access/Makefile	Sun May 25 12:38:54 2014	(r355192)
+++ head/devel/p5-SVN-Access/Makefile	Sun May 25 12:38:59 2014	(r355193)
@@ -7,29 +7,26 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl extension to manipulate SVN Access files
 
-BUILD_DEPENDS=	p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
-		p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
-RUN_DEPENDS=	p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
-		p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
+		p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	EXAMPLES
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MEXAMPLES}
-STRIP=
 PORTEXAMPLES=	svnaclmgr.pl
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} ${PORTEXAMPLES} \
+	cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} ${PORTEXAMPLES} \
 		${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/devel/p5-SVN-Access/pkg-descr
==============================================================================
--- head/devel/p5-SVN-Access/pkg-descr	Sun May 25 12:38:54 2014	(r355192)
+++ head/devel/p5-SVN-Access/pkg-descr	Sun May 25 12:38:59 2014	(r355193)
@@ -3,4 +3,4 @@ SVN access files (AuthzSVNAccessFile fil
 line interface to that object oriented programming interface
 (svnaclmgr.pl) which is in the examples/ directory.
 
-WWW:    http://search.cpan.org/dist/SVN-Access/
+WWW: http://search.cpan.org/dist/SVN-Access/


More information about the svn-ports-all mailing list