Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 11:02:47 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167630: [PATCH] mail/pm-lib: update to 20091202, take maintainership
Message-ID:  <201205060302.q4632lqc006131@csvmnet67.cs.nctu.edu.tw>
Resent-Message-ID: <201205060310.q463ADc8050502@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167630
>Category:       ports
>Synopsis:       [PATCH] mail/pm-lib: update to 20091202, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 03:10:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csvmnet67.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 20091202
- Take maintainership
- The old MASTER_SITES not provide the latest version now, so we change one.
- Install plain text format documents instead of html version.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- pm-lib-20091202.patch begins here ---
diff -ruN --exclude=CVS ../pm-lib.orig/Makefile ./Makefile
--- ../pm-lib.orig/Makefile	2012-05-02 22:13:04.000000000 +0800
+++ ./Makefile	2012-05-06 10:58:08.000000000 +0800
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	pm-lib
-PORTVERSION=	20041216
+PORTVERSION=	20091202
 CATEGORIES=	mail
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2004.1216
-DISTNAME=	procmail-lib-2004.1216
+MASTER_SITES=	SAVANNAH/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
@@ -34,11 +36,9 @@
 .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
+	${CP} -R ${WRKSRC}/doc/examples ${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS ../pm-lib.orig/distinfo ./distinfo
--- ../pm-lib.orig/distinfo	2012-05-02 22:13:04.000000000 +0800
+++ ./distinfo	2012-05-06 09:57:43.000000000 +0800
@@ -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
--- pm-lib-20091202.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205060302.q4632lqc006131>