From linpc@csvmnet67.cs.nctu.edu.tw  Sun May  6 03:02:54 2012
Return-Path: <linpc@csvmnet67.cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AD5621065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 03:02:54 +0000 (UTC)
	(envelope-from linpc@csvmnet67.cs.nctu.edu.tw)
Received: from csvmnet67.cs.nctu.edu.tw (csvmnet67.cs.nctu.edu.tw [140.113.23.197])
	by mx1.freebsd.org (Postfix) with ESMTP id 3FB2A8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 03:02:53 +0000 (UTC)
Received: from csvmnet67.cs.nctu.edu.tw (localhost [127.0.0.1])
	by csvmnet67.cs.nctu.edu.tw (8.14.5/8.14.5) with ESMTP id q4632lHj006132
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 May 2012 11:02:47 +0800 (CST)
	(envelope-from linpc@csvmnet67.cs.nctu.edu.tw)
Received: (from linpc@localhost)
	by csvmnet67.cs.nctu.edu.tw (8.14.5/8.14.5/Submit) id q4632lqc006131;
	Sun, 6 May 2012 11:02:47 +0800 (CST)
	(envelope-from linpc)
Message-Id: <201205060302.q4632lqc006131@csvmnet67.cs.nctu.edu.tw>
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
Cc:
Subject: [PATCH] mail/pm-lib: update to 20091202, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167630
>Category:       ports
>Synopsis:       [PATCH] mail/pm-lib: update to 20091202, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 03:10:12 UTC 2012
>Closed-Date:    Sun May 20 01:53:35 UTC 2012
>Last-Modified:  Sun May 20 02:00:14 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Sun May 6 07:11:55 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167630 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Sun May 20 01:53:34 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167630 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167630: commit references a PR
Date: Sun, 20 May 2012 01:53:24 +0000 (UTC)

 jgh         2012-05-20 01:53:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/pm-lib          Makefile distinfo 
   Log:
   - 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
   
   Revision  Changes    Path
   1.7       +12 -19    ports/mail/pm-lib/Makefile
   1.7       +2 -2      ports/mail/pm-lib/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
