diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 14:10:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 14:10:02 +0000 |
commit | d7fd51db49ade7f55bd34aab972ed303b8bcdb2c (patch) | |
tree | 0be3e728ac08ebedb6dc7aa126d7d6eaed7218fa /ftp/puf/Makefile | |
parent | 32100e5ae18d905dcae546b3ec17638db9d15698 (diff) |
upgrade to 0.93.1 (SECURITY FIX !!)
drop maintainership
Submitted by: Niels Heinen <niels.heinen@ubizen.com>
Notes
Notes:
svn path=/head/; revision=58921
Diffstat (limited to 'ftp/puf/Makefile')
-rw-r--r-- | ftp/puf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index c1164869c33a..b8842a7f28f3 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -7,13 +7,13 @@ # PORTNAME= puf -PORTVERSION= 0.91b6a +PORTVERSION= 0.93.1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes |