- Upgraded to 0.09
- Cleaned up handling of example file
This commit is contained in:
parent
7ffc380df0
commit
06dfc67712
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323901
3 changed files with 13 additions and 16 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-SVN-Access
|
||||
# Date created: 2008-02-11
|
||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||||
#
|
||||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVN-Access
|
||||
PORTVERSION= 0.08
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -25,13 +21,16 @@ MAN3= SVN::Access.3 \
|
|||
SVN::Access::Group.3 \
|
||||
SVN::Access::Resource.3
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
STRIP=
|
||||
PORTEXAMPLES= svnaclmgr.pl
|
||||
|
||||
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}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} ${PORTEXAMPLES} \
|
||||
${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (SVN-Access-0.08.tar.gz) = 33d07f625ddf550343074b643ff8a03f10197b84beebfe72300532fac2299daf
|
||||
SIZE (SVN-Access-0.08.tar.gz) = 9967
|
||||
SHA256 (SVN-Access-0.09.tar.gz) = fad355ac9b404838fbd4619e7a007b6ab7f3d7df164e20ec0643cf17a15a9f86
|
||||
SIZE (SVN-Access-0.09.tar.gz) = 10415
|
||||
|
|
|
@ -6,5 +6,3 @@
|
|||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
|
||||
@dirrm %%SITE_PERL%%/SVN/Access
|
||||
@dirrmtry %%SITE_PERL%%/SVN
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/svnaclmgr.pl
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue