Date: Sun, 25 May 2014 12:38:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355193 - head/devel/p5-SVN-Access Message-ID: <201405251238.s4PCcxJi031649@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org +MAINTAINER= 5u623l20@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251238.s4PCcxJi031649>