pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qpopper - Update HOMEPAGE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dd95d6fdb06
branches:  trunk
changeset: 494689:0dd95d6fdb06
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 28 02:55:43 2005 +0000

description:
- Update HOMEPAGE.
- Sort PLIST.
- Share MASTER_SITES and HOMEPAGE with poppassd package with introducing
  QPOPPER_MASTER_SITES and QPOPPER_HOMEPAGE in Makefile.common.

diffstat:

 mail/qpopper/Makefile        |  6 +++---
 mail/qpopper/Makefile.common |  5 ++++-
 mail/qpopper/PLIST           |  4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 90c6d3cbf9cd -r 0dd95d6fdb06 mail/qpopper/Makefile
--- a/mail/qpopper/Makefile     Sat May 28 02:51:53 2005 +0000
+++ b/mail/qpopper/Makefile     Sat May 28 02:55:43 2005 +0000
@@ -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@localhost
-HOMEPAGE=              http://www.eudora.com/qpopper/
+HOMEPAGE=              ${QPOPPER_HOMEPAGE}
 COMMENT=               Qualcomm's POP server for Eudora
 
 .include "Makefile.common"
diff -r 90c6d3cbf9cd -r 0dd95d6fdb06 mail/qpopper/Makefile.common
--- a/mail/qpopper/Makefile.common      Sat May 28 02:51:53 2005 +0000
+++ b/mail/qpopper/Makefile.common      Sat May 28 02:55:43 2005 +0000
@@ -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 -r 90c6d3cbf9cd -r 0dd95d6fdb06 mail/qpopper/PLIST
--- a/mail/qpopper/PLIST        Sat May 28 02:51:53 2005 +0000
+++ b/mail/qpopper/PLIST        Sat May 28 02:55:43 2005 +0000
@@ -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/qpopauth.8
 man/man8/qpopper.8
-man/man8/qpopauth.8
 sbin/qpopauth
 sbin/qpopper
 share/doc/qpopper.License



Home | Main Index | Thread Index | Old Index