pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Rearrange so that the MAINTAI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b960298ee47d
branches:  trunk
changeset: 488848:b960298ee47d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 10 03:50:03 2005 +0000

description:
Rearrange so that the MAINTAINER and HOMEPAGE are stored with the
package Makefile instead of Makefile.common.  Also, fix the HOMEPAGE
for the courier-authlib component of the Courier package.

diffstat:

 security/courier-authlib/Makefile        |  7 +++++--
 security/courier-authlib/Makefile.common |  5 +----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 0be8adbd87af -r b960298ee47d security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Thu Feb 10 03:47:12 2005 +0000
+++ b/security/courier-authlib/Makefile Thu Feb 10 03:50:03 2005 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/10 03:50:03 jlam Exp $
 
 .include "Makefile.common"
 
 DISTNAME=      courier-authlib-0.53
-COMMENT=       Courier Authentication Library
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
 
+MAINTAINER=    jlam%NetBSD.org@localhost
+COMMENT=       Courier Authentication Library
+HOMEPAGE=      http://www.courier-mta.org/authlib/
+
 CONFLICTS+=    courier-auth-[0-9]*
 CONFLICTS+=    courier-authldap-[0-9]*
 CONFLICTS+=    courier-authmysql-[0-9]*
diff -r 0be8adbd87af -r b960298ee47d security/courier-authlib/Makefile.common
--- a/security/courier-authlib/Makefile.common  Thu Feb 10 03:47:12 2005 +0000
+++ b/security/courier-authlib/Makefile.common  Thu Feb 10 03:50:03 2005 +0000
@@ -1,7 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $
-
-MAINTAINER=            jlam%NetBSD.org@localhost
-HOMEPAGE=              http://www.courier-mta.org/
+# $NetBSD: Makefile.common,v 1.2 2005/02/10 03:50:03 jlam Exp $
 
 COURIER_USER?=         courier
 COURIER_GROUP?=                courier



Home | Main Index | Thread Index | Old Index