diff options
author | culot <culot@FreeBSD.org> | 2011-08-25 16:48:58 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-25 16:48:58 +0800 |
commit | 9a57fd07fc48b97d6a872c8c701cddf5f6e2b731 (patch) | |
tree | b3ef554e66aa7119d1c1a48914b8541013a3b89f /textproc | |
parent | 8fa285a567a384b201e46171ceadaa20614cf59e (diff) | |
download | freebsd-ports-gnome-9a57fd07fc48b97d6a872c8c701cddf5f6e2b731.tar.gz freebsd-ports-gnome-9a57fd07fc48b97d6a872c8c701cddf5f6e2b731.tar.zst freebsd-ports-gnome-9a57fd07fc48b97d6a872c8c701cddf5f6e2b731.zip |
- Update MASTER_SITES
- Add WWW link to pkg-descr
- Undeprecate (distfile fetchable again)
PR: ports/160150
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/filepp/Makefile | 5 | ||||
-rw-r--r-- | textproc/filepp/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index cb198f5709bd..16d2b3252055 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -9,14 +9,11 @@ PORTNAME= filepp PORTVERSION= 1.8.0 CATEGORIES= textproc -MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ +MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/ MAINTAINER= ports@FreeBSD.org COMMENT= A generic file preprocessor -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_PERL5= yes GNU_CONFIGURE= yes NO_BUILD= yes diff --git a/textproc/filepp/pkg-descr b/textproc/filepp/pkg-descr index a6c77555ee4d..7d4e5f140b9d 100644 --- a/textproc/filepp/pkg-descr +++ b/textproc/filepp/pkg-descr @@ -2,3 +2,5 @@ filepp is a generic file preprocessor designed to allow the functionality provided by the C preprocessor cpp(1) to be used with any file type. filepp is designed to be easily customised and extended. + +WWW: http://www-users.york.ac.uk/~dm26/filepp/ |