diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-29 00:20:25 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-29 00:20:25 +0800 |
commit | 430513adc33356de62857c01bfa59a1b4e49dcb9 (patch) | |
tree | 315cddc33a59f6550761c771711bc347853231c6 /ftp/pftpd | |
parent | 10eef6efc7286b2066cb8cc62635c23f416f00c1 (diff) | |
download | freebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.tar.gz freebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.tar.zst freebsd-ports-gnome-430513adc33356de62857c01bfa59a1b4e49dcb9.zip |
upgrade to 0.3.3
PR: 36422
Submitted by: maintainer
Diffstat (limited to 'ftp/pftpd')
-rw-r--r-- | ftp/pftpd/Makefile | 5 | ||||
-rw-r--r-- | ftp/pftpd/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 274fdee464ea..280579918ec3 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pftpd -PORTVERSION= 0.31 +PORTVERSION= 0.33 CATEGORIES= ftp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/ @@ -20,4 +20,7 @@ NO_PACKAGE= "License problem" post-configure: @${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile +post-install: + @${CAT} ${WRKSRC}/ISSUES + .include <bsd.port.mk> diff --git a/ftp/pftpd/distinfo b/ftp/pftpd/distinfo index bc1ee128a075..0180fee1b9ef 100644 --- a/ftp/pftpd/distinfo +++ b/ftp/pftpd/distinfo @@ -1 +1 @@ -MD5 (pftpd-0.31.tar.gz) = b63f2bd022eb787bb68a45c7dcc02de4 +MD5 (pftpd-0.33.tar.gz) = 1553bd726e0cf50113408b33b9f41d74 |