Mon Feb 1 15:00:11 2010 UTC ()
Pullup ticket 2983 - requested by joerg
syntax fix

Revisions pulled up:
- pkgsrc/net/bind9/Makefile		1.113

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Mon Feb  1 12:56:28 UTC 2010

   Modified Files:
           pkgsrc/net/bind9: Makefile

   Log Message:
   Fix version number. Just assume that -P always should be translated to
   pl.

   To generate a diff of this commit:
   cvs rdiff -u -r1.112 -r1.113 pkgsrc/net/bind9/Makefile


(spz)
diff -r1.110.2.1 -r1.110.2.2 pkgsrc/net/bind9/Makefile

cvs diff -r1.110.2.1 -r1.110.2.2 pkgsrc/net/bind9/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bind9/Attic/Makefile 2010/01/21 21:20:16 1.110.2.1
+++ pkgsrc/net/bind9/Attic/Makefile 2010/02/01 15:00:11 1.110.2.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.110.2.1 2010/01/21 21:20:16 tron Exp $ 1# $NetBSD: Makefile,v 1.110.2.2 2010/02/01 15:00:11 spz Exp $
2 2
3DISTNAME= bind-${BIND_VERSION} 3DISTNAME= bind-${BIND_VERSION}
4PKGNAME= ${DISTNAME:S/-P3/pl3/} 4PKGNAME= ${DISTNAME:S/-P/pl/}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ 6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
7 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ 7 http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.isc.org/software/bind 10HOMEPAGE= http://www.isc.org/software/bind
11COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS 11COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
12 12
13CONFLICTS+= bind<9.4.0 13CONFLICTS+= bind<9.4.0
14CONFLICTS+= bind>=9.5.0 14CONFLICTS+= bind>=9.5.0
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17