pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Moved PKGREVISION definition from common Makefile to the



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f92049de361
branches:  trunk
changeset: 486412:1f92049de361
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Dec 28 01:39:32 2004 +0000

description:
Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).

diffstat:

 mail/exim-exiscan/Makefile    |  3 ++-
 mail/exim/Makefile            |  3 ++-
 mail/exim/Makefile.common     |  3 +--
 security/ssh2-nox11/Makefile  |  3 ++-
 security/ssh2/Makefile        |  3 ++-
 security/ssh2/Makefile.common |  3 +--
 6 files changed, 10 insertions(+), 8 deletions(-)

diffs (87 lines):

diff -r 50324ccbea0d -r 1f92049de361 mail/exim-exiscan/Makefile
--- a/mail/exim-exiscan/Makefile        Tue Dec 28 00:28:09 2004 +0000
+++ b/mail/exim-exiscan/Makefile        Tue Dec 28 01:39:32 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2004/11/26 10:14:36 grant Exp $
+# $NetBSD: Makefile,v 1.17 2004/12/28 01:42:19 reed Exp $
 
 DISTNAME=      exim-${EXIM_VERSION}
 PKGNAME=       exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION}
 CATEGORIES=    mail net
+PKGREVISION=   2
 
 MAINTAINER=    abs%NetBSD.org@localhost
 HOMEPAGE=      http://duncanthrax.net/exiscan-acl/
diff -r 50324ccbea0d -r 1f92049de361 mail/exim/Makefile
--- a/mail/exim/Makefile        Tue Dec 28 00:28:09 2004 +0000
+++ b/mail/exim/Makefile        Tue Dec 28 01:39:32 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2004/06/06 22:10:51 abs Exp $
+# $NetBSD: Makefile,v 1.51 2004/12/28 01:42:19 reed Exp $
 
 DISTNAME=      exim-${EXIM_VERSION}
 CATEGORIES=    mail net
+PKGREVISION=   2
 
 MAINTAINER=    abs%NetBSD.org@localhost
 HOMEPAGE=      http://www.exim.org/
diff -r 50324ccbea0d -r 1f92049de361 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Tue Dec 28 00:28:09 2004 +0000
+++ b/mail/exim/Makefile.common Tue Dec 28 01:39:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2004/12/16 04:48:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.23 2004/12/28 01:42:19 reed Exp $
 
 MASTER_SITES=  ftp://ftp.exim.org/pub/exim/exim4/ \
                ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -11,7 +11,6 @@
 MAKE_ENV+=     SSLBASE=${SSLBASE:Q}
 
 EXIM_VERSION=  4.43
-PKGREVISION=   2
 
 EXTRACT_SUFX=  .tar.bz2
 
diff -r 50324ccbea0d -r 1f92049de361 security/ssh2-nox11/Makefile
--- a/security/ssh2-nox11/Makefile      Tue Dec 28 00:28:09 2004 +0000
+++ b/security/ssh2-nox11/Makefile      Tue Dec 28 01:39:32 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/07/31 12:52:42 seb Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/28 01:39:32 reed Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/ssh-/ssh2-nox11-/}
 COMMENT=        Secure Shell client and server for V.2 SSH protocol without X11 support
+PKGREVISION=   2
 CONFLICTS=             ssh2-[0-9]*
 CONFIGURE_ARGS+=       --without-x     # be explicit
 
diff -r 50324ccbea0d -r 1f92049de361 security/ssh2/Makefile
--- a/security/ssh2/Makefile    Tue Dec 28 00:28:09 2004 +0000
+++ b/security/ssh2/Makefile    Tue Dec 28 01:39:32 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/07/31 12:52:42 seb Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/28 01:39:32 reed Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/ssh-/ssh2-/}
 COMMENT=        Secure Shell client and server for V.2 SSH protocol
+PKGREVISION=   2
 
 CONFLICTS=     ssh2-nox11-[0-9]*
 
diff -r 50324ccbea0d -r 1f92049de361 security/ssh2/Makefile.common
--- a/security/ssh2/Makefile.common     Tue Dec 28 00:28:09 2004 +0000
+++ b/security/ssh2/Makefile.common     Tue Dec 28 01:39:32 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2004/10/03 00:18:13 tv Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/12/28 01:39:32 reed Exp $
 #
 
 DISTNAME=      ssh-3.2.9.1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.ssh.com/pub/ssh/
-PKGREVISION=    2
 
 MAINTAINER=    seb%NetBSD.org@localhost
 HOMEPAGE=      http://www.ssh.com



Home | Main Index | Thread Index | Old Index