diff options
author | culot <culot@FreeBSD.org> | 2013-06-26 22:36:22 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-26 22:36:22 +0800 |
commit | d0bcc2ba65986dc51ec88bbca6b9d30172bec6e0 (patch) | |
tree | 071486b616337299e314980b98141395175ce696 /security/pgpdump/Makefile | |
parent | 80a605139b26d80f47a4a90cc5a9d2fa5e79d5d3 (diff) | |
download | freebsd-ports-gnome-d0bcc2ba65986dc51ec88bbca6b9d30172bec6e0.tar.gz freebsd-ports-gnome-d0bcc2ba65986dc51ec88bbca6b9d30172bec6e0.tar.zst freebsd-ports-gnome-d0bcc2ba65986dc51ec88bbca6b9d30172bec6e0.zip |
- Update to 0.28
- Trim Makefile's header
Changes: https://github.com/kazu-yamamoto/pgpdump/blob/master/CHANGES
PR: ports/180002
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Diffstat (limited to 'security/pgpdump/Makefile')
-rw-r--r-- | security/pgpdump/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 25355dfdb848..aaa8e4cec39e 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: pgpdump -# Date created: 19 Jul 2000 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ # PORTNAME= pgpdump -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= security MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ |