1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to 0.10.2 release.

Submitted by:	Liam J. Foy <liamfoy@sepulcrum.org>
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-11 22:35:34 +00:00
parent 343608bb41
commit 9c902952a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100721
8 changed files with 28 additions and 22 deletions

View File

@ -6,18 +6,16 @@
#
PORTNAME= mydns
PORTVERSION= 0.10.1
PORTREVISION= 1
PORTVERSION= 0.10.2
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
MAINTAINER= ale@FreeBSD.org
COMMENT= DNS server designed to utilize the MySQL database
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc
USE_ICONV= yes
USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_BZIP2= yes
@ -28,16 +26,18 @@ MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydns-conf.8
DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO
.if defined (WITH_ALIAS)
.if defined(WITH_ALIAS)
CONFIGURE_ARGS+=--enable-alias
.endif
.if defined (WITH_OPENSSL)
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+=--with-openssl
.endif
.if defined (WITH_PGSQL)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
.if defined(WITH_PGSQL)
POSTGRESQL_PORT?= databases/postgresql-client
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--without-mysql
PKGNAMESUFFIX= -pg
.else
@ -65,6 +65,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample

View File

@ -1 +1,2 @@
MD5 (mydns-0.10.1.tar.bz2) = a931f7fdd3398dbd441ef8cce12793c6
MD5 (mydns-0.10.2.tar.bz2) = 9f1c42b0e781caeb099eeef4de4cb18d
SIZE (mydns-0.10.2.tar.bz2) = 536955

View File

@ -1,4 +1,4 @@
**********************************************************************
To get MyDNS working you will need to do some configuration, first you
will need to create %%%PREFIX%%%/etc/mydns.conf based on the
installed sample file. Following that you will need to setup your
@ -8,4 +8,4 @@ as a template.
If you're upgrading from a version before 0.9.12 then please read the
instructions at http://mydns.bboy.net/ptr.html before running MyDNS
*********************************************************************

View File

@ -17,6 +17,7 @@ share/locale/pt_BR/LC_MESSAGES/mydns.mo
%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART.postgres
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/contrib/MyDNS.pm
%%PORTDOCS%%%%DOCSDIR%%/contrib/README
%%PORTDOCS%%%%DOCSDIR%%/contrib/admin.php
%%PORTDOCS%%%%DOCSDIR%%/contrib/stats.php

View File

@ -6,18 +6,16 @@
#
PORTNAME= mydns
PORTVERSION= 0.10.1
PORTREVISION= 1
PORTVERSION= 0.10.2
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
MAINTAINER= ale@FreeBSD.org
COMMENT= DNS server designed to utilize the MySQL database
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc
USE_ICONV= yes
USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_BZIP2= yes
@ -28,16 +26,18 @@ MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydns-conf.8
DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO
.if defined (WITH_ALIAS)
.if defined(WITH_ALIAS)
CONFIGURE_ARGS+=--enable-alias
.endif
.if defined (WITH_OPENSSL)
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+=--with-openssl
.endif
.if defined (WITH_PGSQL)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
.if defined(WITH_PGSQL)
POSTGRESQL_PORT?= databases/postgresql-client
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--without-mysql
PKGNAMESUFFIX= -pg
.else
@ -65,6 +65,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
.endif
@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample

View File

@ -1 +1,2 @@
MD5 (mydns-0.10.1.tar.bz2) = a931f7fdd3398dbd441ef8cce12793c6
MD5 (mydns-0.10.2.tar.bz2) = 9f1c42b0e781caeb099eeef4de4cb18d
SIZE (mydns-0.10.2.tar.bz2) = 536955

View File

@ -1,4 +1,4 @@
**********************************************************************
To get MyDNS working you will need to do some configuration, first you
will need to create %%%PREFIX%%%/etc/mydns.conf based on the
installed sample file. Following that you will need to setup your
@ -8,4 +8,4 @@ as a template.
If you're upgrading from a version before 0.9.12 then please read the
instructions at http://mydns.bboy.net/ptr.html before running MyDNS
*********************************************************************

View File

@ -17,6 +17,7 @@ share/locale/pt_BR/LC_MESSAGES/mydns.mo
%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART.postgres
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/contrib/MyDNS.pm
%%PORTDOCS%%%%DOCSDIR%%/contrib/README
%%PORTDOCS%%%%DOCSDIR%%/contrib/admin.php
%%PORTDOCS%%%%DOCSDIR%%/contrib/stats.php