aboutsummaryrefslogtreecommitdiff
path: root/mail/poppwd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-04 22:29:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-04 22:29:39 +0000
commitfc5daae9e0ea20764160fdb74d0e0413c14e6933 (patch)
treec14dce2b44c8c110b69a764f3332f6626db35965 /mail/poppwd
parent69e3c716338c5ba81df9cb64e0a40ebb33a68424 (diff)
downloadports-fc5daae9e0ea20764160fdb74d0e0413c14e6933.tar.gz
ports-fc5daae9e0ea20764160fdb74d0e0413c14e6933.zip
- Update to 2.0
- Pass maintainership to submitter - Update MASTER_SITES and WWW PR: ports/106314 Submitted by: Andrew <andrew@ugh.net.au>
Notes
Notes: svn path=/head/; revision=178888
Diffstat (limited to 'mail/poppwd')
-rw-r--r--mail/poppwd/Makefile17
-rw-r--r--mail/poppwd/distinfo6
-rw-r--r--mail/poppwd/pkg-descr9
3 files changed, 21 insertions, 11 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile
index afe6f5a3fac4..375ba2a82819 100644
--- a/mail/poppwd/Makefile
+++ b/mail/poppwd/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= poppwd
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= mail
-MASTER_SITES= http://freebsd.unixfreunde.de/sources/
+MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ \
+ http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Implementation of the Eudora (compatible) password changing protocol
+MAINTAINER= andrew@ugh.net.au
+COMMENT= Implementation of the Eudora password changing protocol
WRKSRC= ${WRKDIR}/poppwd
@@ -19,4 +20,10 @@ MAN8= poppwd.8
MANCOMPRESSED= maybe
PLIST_FILES= libexec/poppwd
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+
+BROKEN= Does not compile on 4.x
+.endif
+.include <bsd.port.post.mk>
diff --git a/mail/poppwd/distinfo b/mail/poppwd/distinfo
index 0af117e0154a..c38b4c377c5f 100644
--- a/mail/poppwd/distinfo
+++ b/mail/poppwd/distinfo
@@ -1,3 +1,3 @@
-MD5 (poppwd-1.0.tar.gz) = 7bf7d2a587f5adc9c835f5be9e9440ee
-SHA256 (poppwd-1.0.tar.gz) = f623ad542e06011a846341caf4089f5ac811523a220e2c02b1bca0266c6a2a36
-SIZE (poppwd-1.0.tar.gz) = 6338
+MD5 (poppwd-2.0.tar.gz) = aed51b3a00a7d9d5486e7776e462783a
+SHA256 (poppwd-2.0.tar.gz) = 97fc47bdeded70b965642855acd87a3a1d25695b1e18ed06ea920e8d74c37042
+SIZE (poppwd-2.0.tar.gz) = 9441
diff --git a/mail/poppwd/pkg-descr b/mail/poppwd/pkg-descr
index 1ac4b70c5a4b..47e8c0d2fa06 100644
--- a/mail/poppwd/pkg-descr
+++ b/mail/poppwd/pkg-descr
@@ -1,3 +1,6 @@
-This program implements the Eudora password changing protocol. That is the
-protocol Eudora (and other programs) try to talk when you select "Change
-Password" from their menus. It should be run from inetd(8).
+This program implements the Eudora password changing protocol. This protocol
+allows remote users to change their password and is supported by mail clients
+such as Eudora, NuPOP and a variety of webmail systems.
+
+poppwd supports PAM and so can be used against almost any password database,
+including local password files, LDAP or SQL databases.