aboutsummaryrefslogtreecommitdiffstats
path: root/mail/poppwd
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-05 06:29:39 +0800
committermiwi <miwi@FreeBSD.org>2006-12-05 06:29:39 +0800
commitffd564ae71387a5f7f640117886cf3a74659d59f (patch)
tree0d555db8cc99afffed3b0587ea0a729e77635f67 /mail/poppwd
parentebc3a415c043387c11f781f4c7ec49b96688cb94 (diff)
downloadfreebsd-ports-gnome-ffd564ae71387a5f7f640117886cf3a74659d59f.tar.gz
freebsd-ports-gnome-ffd564ae71387a5f7f640117886cf3a74659d59f.tar.zst
freebsd-ports-gnome-ffd564ae71387a5f7f640117886cf3a74659d59f.zip
- Update to 2.0
- Pass maintainership to submitter - Update MASTER_SITES and WWW PR: ports/106314 Submitted by: Andrew <andrew@ugh.net.au>
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.