diff options
author | taca <taca@pkgsrc.org> | 2005-05-28 02:55:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-05-28 02:55:43 +0000 |
commit | a77cfbc7004099e5c85bdf1702b3358e3365758b (patch) | |
tree | 42593a2774e0ba6a517c44c5d74400fd770bbfc4 | |
parent | 16ab037adccead7e3fd23a258fa13cb0f3c37e46 (diff) | |
download | pkgsrc-a77cfbc7004099e5c85bdf1702b3358e3365758b.tar.gz |
- Update HOMEPAGE.
- Sort PLIST.
- Share MASTER_SITES and HOMEPAGE with poppassd package with introducing
QPOPPER_MASTER_SITES and QPOPPER_HOMEPAGE in Makefile.common.
-rw-r--r-- | mail/qpopper/Makefile | 6 | ||||
-rw-r--r-- | mail/qpopper/Makefile.common | 5 | ||||
-rw-r--r-- | mail/qpopper/PLIST | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index e11d158bfef..9cfb093b68c 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:26 tv Exp $ +# $NetBSD: Makefile,v 1.49 2005/05/28 02:55:43 taca Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= qpopper-${VERSION} PKGREVISION= 7 CATEGORIES= mail -MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ +MASTER_SITES= ${QPOPPER_MASTER_SITES} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= mellon@fugue.com -HOMEPAGE= http://www.eudora.com/qpopper/ +HOMEPAGE= ${QPOPPER_HOMEPAGE} COMMENT= Qualcomm's POP server for Eudora .include "Makefile.common" diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index 2ab3af8953b..310de19d5c4 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2004/12/18 03:59:30 grant Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/05/28 02:55:43 taca Exp $ + +QPOPPER_MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ +QPOPPER_HOMEPAGE= http://www.eudora.com/products/unsupported/qpopper/ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \ diff --git a/mail/qpopper/PLIST b/mail/qpopper/PLIST index e6424e81fe4..33261bfb8e2 100644 --- a/mail/qpopper/PLIST +++ b/mail/qpopper/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:01 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/05/28 02:55:43 taca Exp $ libexec/qpopper -man/man8/qpopper.8 man/man8/qpopauth.8 +man/man8/qpopper.8 sbin/qpopauth sbin/qpopper share/doc/qpopper.License |