From 7d01620b5926d094aec282c3a12cbdb59248a604 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 7 Nov 2002 09:47:03 +0000 Subject: 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. --- mail/popd/Makefile | 10 ++++++---- mail/popd/distinfo | 2 +- 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 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 -- cgit v1.2.3