Update to 1.1

PR:		62462
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
This commit is contained in:
Yen-Ming Lee 2004-02-07 12:29:36 +00:00
parent d2f6843338
commit 6c38c2ead0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100241
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= scmail
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= mail
MASTER_SITES= http://www.namazu.org/~satoru/scmail/
@ -19,9 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/gauche/${GAUCHE_VER}/lib/dbm/gdbm.scm:${PORTSDIR
USE_REINPLACE= yes
MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}"
.if !defined(NOPORTDOCS)
PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html
.endif
.include <bsd.port.pre.mk>
@ -39,7 +37,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (scmail-1.0.tar.gz) = db4b2744303f8e2cd5a82b2815daa3c7
SIZE (scmail-1.0.tar.gz) = 54275
MD5 (scmail-1.1.tar.gz) = 4471678c0f33705cee0bec7528e91c1e
SIZE (scmail-1.1.tar.gz) = 49128