- Upgrade to 0.04

- Added handling for NOPORTEXAMPLES

Approved by:	beech (mentor, implicit)
This commit is contained in:
Greg Larkin 2008-09-03 19:55:23 +00:00
parent bddb65da3a
commit 7ab5bae25c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219792
3 changed files with 8 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= SVN-Access
PORTVERSION= 0.03
PORTREVISION= 2
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -26,11 +25,13 @@ MAN3= SVN::Access.3 \
SVN::Access::Group.3 \
SVN::Access::Resource.3
.if !defined(NOPORTEXAMPLES)
post-install:
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755
@${ECHO_CMD} '@exec ${FIND} ${EXAMPLESDIR} -name \*.pl -type f -print0 | \
${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (SVN-Access-0.03.tar.gz) = 79fa39ea6792b4f246e38d5f3024ee69
SHA256 (SVN-Access-0.03.tar.gz) = 7119364e9dc9b2319faf62781ba5e7293a232daae405ef30b7f3aaa2e9867105
SIZE (SVN-Access-0.03.tar.gz) = 7247
MD5 (SVN-Access-0.04.tar.gz) = c19fea4c26710caaff3a95a575279c3e
SHA256 (SVN-Access-0.04.tar.gz) = a8103e5c696b9dcbf52709559c71cfa7ebd4066d60e6b6a9e0d8fe16dff1eedf
SIZE (SVN-Access-0.04.tar.gz) = 7833

View File

@ -6,5 +6,5 @@
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
@dirrm %%SITE_PERL%%/SVN/Access
@dirrmtry %%SITE_PERL%%/SVN
%%EXAMPLESDIR%%/svnaclmgr.pl
@dirrm %%EXAMPLESDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svnaclmgr.pl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%