Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 10:13:10 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49981: Maintainer port update: net/mydns
Message-ID:  <E18tPi2-0002o7-00@home.irrelevant.org>

next in thread | raw e-mail | index | archive | help

>Number:         49981
>Category:       ports
>Synopsis:       Maintainer port update: net/mydns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 13 02:20:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.7-RELEASE-p4 FreeBSD 4.7-RELEASE-p4 #0: Wed Feb 19 17:49:30 GMT 2003 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


	
>Description:

Update net/mydns to 0.9.7

>How-To-Repeat:
	
>Fix:

Close ports/48999 as it's been superceded by this pr and apply this
diff instead.

Index: Makefile
===================================================================
RCS file: /usr/nfs/ncvs/ports/net/mydns/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	21 Feb 2003 13:14:50 -0000	1.7
+++ Makefile	8 Mar 2003 17:29:30 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mydns
-PORTVERSION=	0.9.5
+PORTVERSION=	0.9.7
 CATEGORIES=	net databases
 MASTER_SITES=	http://mydns.bboy.net/download/
 
@@ -28,9 +28,11 @@
 .if defined (WITH_PGSQL)
 LIB_DEPENDS=	pq.2:${PORTSDIR}/databases/postgresql7
 CONFIGURE_ARGS+=	--without-mysql
+PKGNAMESUFFIX=		-pg
 .else
 LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 CONFIGURE_ARGS+=	--without-pgsql
+PKGNAMESUFFIX=		-mysql
 .endif
 
 .if !defined(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /usr/nfs/ncvs/ports/net/mydns/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	3 Jan 2003 18:57:59 -0000	1.6
+++ distinfo	8 Mar 2003 17:29:53 -0000
@@ -1 +1 @@
-MD5 (mydns-0.9.5.tar.bz2) = 4ccda8cc76efed7125223c3bca24c075
+MD5 (mydns-0.9.7.tar.bz2) = aa41668f642b059eba7588200a38f1ee
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18tPi2-0002o7-00>