pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/poppassd - Share MASTER_SITES and HOMEPAGE with q...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b9bc8c1a321
branches:  trunk
changeset: 494690:4b9bc8c1a321
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 28 02:57:22 2005 +0000

description:
- Share MASTER_SITES and HOMEPAGE with qpopper package using
  QPOPPER_MASTER_SITES and QPOPPER_HOMEPAGE defined in
  ../qpopper/Makefile.common.

No functional change.

diffstat:

 mail/poppassd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 0dd95d6fdb06 -r 4b9bc8c1a321 mail/poppassd/Makefile
--- a/mail/poppassd/Makefile    Sat May 28 02:55:43 2005 +0000
+++ b/mail/poppassd/Makefile    Sat May 28 02:57:22 2005 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:22 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/28 02:57:22 taca Exp $
 #
 
 DISTNAME=              qpopper${VERSION}
 PKGNAME=               poppassd-${VERSION}
 PKGREVISION=           3
 CATEGORIES=            mail
-MASTER_SITES=          ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
+MASTER_SITES=          ${QPOPPER_MASTER_SITES}
 
 PATCH_SITES=           http://www.imasy.or.jp/~ume/ipv6/
 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 password change server mainly for Eudora
 
 .include "../qpopper/Makefile.common"



Home | Main Index | Thread Index | Old Index