diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-11-07 17:47:03 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-11-07 17:47:03 +0800 |
commit | b538041e1b834cd4906ef7a885476c996a77f4b9 (patch) | |
tree | b81ef3b2d4f97ff159aaf1c0f7d181bafb0a26e5 /mail | |
parent | 6b0cf23562db22a858149a19d39aac0ee9fd9fde (diff) | |
download | freebsd-ports-gnome-b538041e1b834cd4906ef7a885476c996a77f4b9.tar.gz freebsd-ports-gnome-b538041e1b834cd4906ef7a885476c996a77f4b9.tar.zst freebsd-ports-gnome-b538041e1b834cd4906ef7a885476c996a77f4b9.zip |
Update 2.2.0 -> 2.2.1
This version contains no new functionality over 2.2.0, other than
removing a .depend file and adding a sample configuration file.
WARNING!!!
This version is not backward compatible with 2.0.1; it uses a config
file instead of using more command-line options than ls(1).
Remove BROKEN tag.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popd/Makefile | 10 | ||||
-rw-r--r-- | mail/popd/distinfo | 2 | ||||
-rw-r--r-- | mail/popd/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index db92b283f681..6199d4794894 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -6,15 +6,14 @@ # PORTNAME= popd -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ MAINTAINER= ianf@za.uu.net -BROKEN= distfiles rerolled, discussing with author - -MAN8= popd.8 +MAN5= popd.conf.5 +MAN8= popd.8 INSTALLS_SHLIB= yes MANCOMPRESSED= maybe @@ -24,4 +23,7 @@ PLIST_SUB= NOPROFILE="@comment " PLIST_SUB= NOPROFILE="" .endif +post-install: + ${INSTALL_DATA} ${WRKSRC}/src/popd.conf.default ${PREFIX}/etc/. + .include <bsd.port.mk> diff --git a/mail/popd/distinfo b/mail/popd/distinfo index 01532fbedbf4..53e1daf9ba70 100644 --- a/mail/popd/distinfo +++ b/mail/popd/distinfo @@ -1 +1 @@ -MD5 (popd-2.2.0.tar.gz) = bf2e3888e7b2fa635fd21821121200d0 +MD5 (popd-2.2.1.tar.gz) = ed2b028e388f0e6dd9883b7de81fa5b2 diff --git a/mail/popd/pkg-plist b/mail/popd/pkg-plist index b3416bdbff17..cfce94ba2cb9 100644 --- a/mail/popd/pkg-plist +++ b/mail/popd/pkg-plist @@ -1,3 +1,4 @@ +etc/popd.conf.default include/poputil.h lib/libpoputil.a lib/libpoputil.so |