aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pm-lib
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-05-20 09:53:15 +0800
committerjgh <jgh@FreeBSD.org>2012-05-20 09:53:15 +0800
commit6ccd8a6db010ae072917737f338accdd2978d9da (patch)
treea9ae7d00a82cb9f788a858e3be878861a860781c /mail/pm-lib
parent89a32a7513ba03d4e7dfc5f522b0d5a522582160 (diff)
downloadfreebsd-ports-gnome-6ccd8a6db010ae072917737f338accdd2978d9da.tar.gz
freebsd-ports-gnome-6ccd8a6db010ae072917737f338accdd2978d9da.tar.zst
freebsd-ports-gnome-6ccd8a6db010ae072917737f338accdd2978d9da.zip
- Update to 20091202
- maintainership over to submitter, linpc@cs.nctu.edu.tw - The old MASTER_SITES don't provide latest version, change site. - Install plain text format documents instead of html version. - add gplv2 license while here... - move away from unnecessary usage of bsd.port.pre.mk - define PORTDATA over adding to TMPPLIST PR: ports/167630 Submitted by: linpc@cs.nctu.edu.tw, new maintainer
Diffstat (limited to 'mail/pm-lib')
-rw-r--r--mail/pm-lib/Makefile31
-rw-r--r--mail/pm-lib/distinfo4
2 files changed, 14 insertions, 21 deletions
diff --git a/mail/pm-lib/Makefile b/mail/pm-lib/Makefile
index f882141099fd..ea3cc84db278 100644
--- a/mail/pm-lib/Makefile
+++ b/mail/pm-lib/Makefile
@@ -6,39 +6,32 @@
#
PORTNAME= pm-lib
-PORTVERSION= 20041216
+PORTVERSION= 20091202
CATEGORIES= mail
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2004.1216
-DISTNAME= procmail-lib-2004.1216
+MASTER_SITES= SAVANNAH
+MASTER_SITE_SUBDIR= procmail-lib
+DISTNAME= procmail-lib-2009.1202
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= A collection of procmail plug-in modules
+LICENSE= GPLv2
+
RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail
NO_BUILD= yes
-
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
-
-.include <bsd.port.pre.mk>
+PORTDATA= *
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/lib/pm-*.rc ${DATADIR}
- @${FIND} ${DATADIR} -type f | \
- ${SED} -e 's,${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} -e 's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/lib/ChangeLog ${DOCSDIR}
-.for i in README.txt pm-lib.txt
- ${INSTALL_DATA} ${WRKSRC}/doc/source/${i} ${DOCSDIR}
-.endfor
- @${MKDIR} ${DOCSDIR}/html
- ${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/article/index.txt ${DOCSDIR}/README.txt
+ ${INSTALL_DATA} ${WRKSRC}/doc/manual/index.txt ${DOCSDIR}/manual.txt
+ ${COPYTREE_SHARE} ${WRKSRC}/doc/examples ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/pm-lib/distinfo b/mail/pm-lib/distinfo
index 7e36ac2ec6e7..5f476c585706 100644
--- a/mail/pm-lib/distinfo
+++ b/mail/pm-lib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (procmail-lib-2004.1216.tar.gz) = f541e7b0616f717157a349808697a1717251cfdbb2deb3139206bed9bc6a71f6
-SIZE (procmail-lib-2004.1216.tar.gz) = 669989
+SHA256 (procmail-lib-2009.1202.tar.gz) = f08fc745b66d0743974dfe8194b5016766d68fa8bea0af7da35c9adb60e46b27
+SIZE (procmail-lib-2009.1202.tar.gz) = 765078