1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

upgrading to 20031203

- upgrade The SpamBouncer to its latest version;
- utilize DATADIR.

PR:		59965
Submitted by:	Thierry Thomas <thierry@pompo.net>
This commit is contained in:
Yen-Ming Lee 2003-12-05 01:42:34 +00:00
parent 06d90d3434
commit 159a648417
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95100
2 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= spambnc
PORTVERSION= 20031128
PORTVERSION= 20031203
CATEGORIES= mail
MASTER_SITES= http://www.spambouncer.org/ \
ftp://ftp.spambouncer.org/
@ -27,19 +27,19 @@ PLIST= ${WRKDIR}/.pkg-plist
pre-install:
@${RM} -f ${PLIST}
@(cd ${WRKDIR} && ${FIND} -s . -type f | ${GREP} -v "^\.\/\." | \
${SED} -e 's,.,share/spambnc,1' >> ${PLIST})
@${ECHO_CMD} "@dirrm share/spambnc" >> ${PLIST}
${SED} -e 's,.,%%DATADIR%%,1' >> ${PLIST})
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
.if !defined(NOPORTDOCS)
@${ECHO_CMD} "%%DOCSDIR%%/documentation.html" >> ${PLIST}
@${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST}
.endif
do-install:
${MKDIR} ${PREFIX}/share/spambnc/
cd ${WRKDIR} && ${CP} -Rv * ${PREFIX}/share/spambnc
${MKDIR} ${DATADIR}
cd ${WRKDIR} && ${CP} -Rv * ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/index.shtml \
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/index.shtml \
${DOCSDIR}/documentation.html
.endif

View File

@ -1,2 +1,2 @@
MD5 (spambnc-20031128/sb.tar.Z) = 6462d7f662863be6d51e0daded62fb35
MD5 (spambnc-20031128/index.shtml) = IGNORE
MD5 (spambnc-20031203/sb.tar.Z) = 0f4a5e8478b2ec58cfca7973dcb67dff
MD5 (spambnc-20031203/index.shtml) = IGNORE