Index: head/mail/regm/Makefile =================================================================== --- head/mail/regm/Makefile (revision 156711) +++ head/mail/regm/Makefile (revision 156712) @@ -1,28 +1,27 @@ # New ports collection makefile for: regm # Date created: 21 July 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= regm PORTVERSION= 1.0 CATEGORIES= mail python -MASTER_SITES= http://perso.linuxfr.org/jdumont/regm/ +MASTER_SITES= http://hamete.org/regm/ MAINTAINER= petef@FreeBSD.org COMMENT= Extract messages from a mailbox using regular expressions PLIST_FILES= bin/regm -USE_REINPLACE= yes NO_BUILD= yes USE_PYTHON= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/env python|#!${PYTHON_CMD}|' \ ${WRKSRC}/regm.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/regm.py ${PREFIX}/bin/regm .include Property changes on: head/mail/regm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/regm/pkg-descr =================================================================== --- head/mail/regm/pkg-descr (revision 156711) +++ head/mail/regm/pkg-descr (revision 156712) @@ -1,9 +1,9 @@ regm is a Python script to extract messages from a mbox-style mailbox using a regular expression. There are advanced options to specify multiple regular expressions, different output formats, and more. -WWW: http://perso.linuxfr.org/jdumont/regm/ +WWW: http://hamete.org/regm/ - Pete petef@databits.net Property changes on: head/mail/regm/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property