Index: head/mail/grepmail/Makefile =================================================================== --- head/mail/grepmail/Makefile (revision 25621) +++ head/mail/grepmail/Makefile (revision 25622) @@ -1,23 +1,28 @@ # New ports collection makefile for: grepmail -# Version required: 4.11 +# Version required: 4.2 # Date created: 20 November 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # -DISTNAME= grepmail-4.11 +DISTNAME= grepmail-4.2 CATEGORIES= mail -MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ +MASTER_SITES= http://download.sourceforge.net/grepmail/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org NO_BUILD= yes +POD2MAN?= /usr/bin/pod2man +MAN1= grepmail.1 + do-configure: @cd ${WRKSRC} && ${CP} grepmail.DP grepmail + @cd ${WRKSRC} && ${POD2MAN} grepmail > grepmail.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/grepmail.1 ${MANPREFIX}/man/man1 .include Property changes on: head/mail/grepmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/grepmail/distinfo =================================================================== --- head/mail/grepmail/distinfo (revision 25621) +++ head/mail/grepmail/distinfo (revision 25622) @@ -1 +1 @@ -MD5 (grepmail-4.11.tar.gz) = d279a94b01c0b277b3d51907d0d6115f +MD5 (grepmail-4.2.tar.gz) = 6d13e92bc8111268c7a5191f871ccc30 Property changes on: head/mail/grepmail/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/grepmail/pkg-descr =================================================================== --- head/mail/grepmail/pkg-descr (revision 25621) +++ head/mail/grepmail/pkg-descr (revision 25622) @@ -1,8 +1,8 @@ Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given regular expression, and returns those emails that match it. Piped input is allowed, and date restrictions are supported. -WWW: http://www.cs.virginia.edu/~dwc3q/code/ +WWW: http://grepmail.sourceforge.net/ - Chris D. Faulhaber -jedgar@fxp.org + Property changes on: head/mail/grepmail/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property