summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-12-28 01:39:32 +0000
committerreed <reed@pkgsrc.org>2004-12-28 01:39:32 +0000
commita130ed83a9237d23efb012a36f51b8b77c599a48 (patch)
tree8361a83c9fc098a7bca9b56e8ece3bc86213cced
parentb40fef45e37a9e92bae0367326cddccd540d7e72 (diff)
downloadpkgsrc-a130ed83a9237d23efb012a36f51b8b77c599a48.tar.gz
Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).
-rw-r--r--mail/exim-exiscan/Makefile3
-rw-r--r--mail/exim/Makefile3
-rw-r--r--mail/exim/Makefile.common3
-rw-r--r--security/ssh2-nox11/Makefile3
-rw-r--r--security/ssh2/Makefile3
-rw-r--r--security/ssh2/Makefile.common3
6 files changed, 10 insertions, 8 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile
index 95bab71a58e..0a494cbbd01 100644
--- a/mail/exim-exiscan/Makefile
+++ b/mail/exim-exiscan/Makefile
@@ -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
HOMEPAGE= http://duncanthrax.net/exiscan-acl/
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 0a0ff4dcd66..7da20671ab6 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -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
HOMEPAGE= http://www.exim.org/
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 60d87862d52..3826ba1a249 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -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 @@ USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
EXIM_VERSION= 4.43
-PKGREVISION= 2
EXTRACT_SUFX= .tar.bz2
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile
index e66d780fa43..902d2882a30 100644
--- a/security/ssh2-nox11/Makefile
+++ b/security/ssh2-nox11/Makefile
@@ -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 --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 752283e0b28..9a677eca5fb 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -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 --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common
index bc04d201deb..ecee95ff23a 100644
--- a/security/ssh2/Makefile.common
+++ b/security/ssh2/Makefile.common
@@ -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
HOMEPAGE= http://www.ssh.com