diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-15 14:39:10 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-15 14:39:10 +0000 |
commit | da8331048021c834bdf8a3b1fa707f517e5d43f9 (patch) | |
tree | 00ea757f5207916c497b5fccc4f4deaccdc407ac /net/firedns | |
parent | d5e26cd3c31113a56a70cb179490c1511672976d (diff) | |
download | ports-da8331048021c834bdf8a3b1fa707f517e5d43f9.tar.gz ports-da8331048021c834bdf8a3b1fa707f517e5d43f9.zip |
Notes
Diffstat (limited to 'net/firedns')
-rw-r--r-- | net/firedns/Makefile | 13 | ||||
-rw-r--r-- | net/firedns/distinfo | 2 | ||||
-rw-r--r-- | net/firedns/files/patch-configure | 19 | ||||
-rw-r--r-- | net/firedns/pkg-plist | 2 |
4 files changed, 18 insertions, 18 deletions
diff --git a/net/firedns/Makefile b/net/firedns/Makefile index 60c59b5b5dfe..4a8e9c5a4815 100644 --- a/net/firedns/Makefile +++ b/net/firedns/Makefile @@ -6,21 +6,20 @@ # PORTNAME= firedns -PORTVERSION= 0.1.28 -PORTREVISION= 2 +PORTVERSION= 0.1.29 CATEGORIES= net MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ -DISTNAME= firedns-${PORTVERSION} +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= -${PORTVERSION}.tar.gz MAINTAINER= dean@odyssey.apana.org.au BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \ @@ -31,4 +30,8 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_resolvename4.3 firedns_resolvename6.3 \ firedns_resolvetxt.3 libfiredns.3 +post-install: + @cd ${PREFIX}/lib; ${MV} libfiredns.so libfiredns.so.0; \ + ${LN} -s libfiredns.so.0 libfiredns.so + .include <bsd.port.mk> diff --git a/net/firedns/distinfo b/net/firedns/distinfo index a54f92c995ee..a7731a8e550d 100644 --- a/net/firedns/distinfo +++ b/net/firedns/distinfo @@ -1 +1 @@ -MD5 (firedns-0.1.28.tar.gz) = e282b325b751593939af35b117e2939d +MD5 (firedns-0.1.29.tar.gz) = 66b755377a04af143e7ced0e5c4cfd0d diff --git a/net/firedns/files/patch-configure b/net/firedns/files/patch-configure index a95dd6e90017..23357d52e6af 100644 --- a/net/firedns/files/patch-configure +++ b/net/firedns/files/patch-configure @@ -1,11 +1,6 @@ ---- configure.old Thu Aug 22 10:31:09 2002 -+++ configure Thu Aug 22 10:35:27 2002 -@@ -518,33 +518,33 @@ - - $ECHO -n " adding rule to install binaries..." - $ECHO "install-binaries: $BINARIES" >> Makefile --$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile -+$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile +--- configure.orig Sun Sep 1 05:15:24 2002 ++++ configure Tue Oct 15 16:39:59 2002 +@@ -538,29 +538,29 @@ $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." @@ -40,7 +35,7 @@ $ECHO "done" done; $ECHO >> Makefile -@@ -561,10 +561,10 @@ +@@ -577,10 +577,10 @@ $ECHO "no firemake.headers found" fi $ECHO "install-headers: $HEADERS" >> Makefile @@ -53,7 +48,7 @@ $ECHO "done" done; $ECHO >> Makefile -@@ -576,8 +576,8 @@ +@@ -592,8 +592,8 @@ LS=`ls man/*.$SECTION 2>>configure.log` if test "$LS" != ""; then $ECHO "man/*.$SECTION" >> Makefile @@ -64,7 +59,7 @@ $ECHO "done" else $ECHO >> Makefile -@@ -602,9 +602,9 @@ +@@ -618,9 +618,9 @@ $ECHO -n "conf/$CONF " >> Makefile done $ECHO >> Makefile @@ -72,7 +67,7 @@ + $ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/etc" >> Makefile for CONF in $CONFS; do - $ECHO " if test ! -f \$(CONFDIR)/$CONF; then install -m 0644 -o \$(INSTALL_USER) conf/$CONF \$(CONFDIR); fi" >> Makefile -+ $ECHO " if test ! -f \$(PREFIX)/etc; then install -m 0644 -o \$(INSTALL_USER) conf/$CONF \$(CONFDIR); fi" >> Makefile ++ $ECHO " if test ! -f \$(PREFIX)/etc/$CONF; then install -m 0644 -o \$(INSTALL_USER) conf/$CONF \$(PREFIX)/etc; fi" >> Makefile done $ECHO "done" else diff --git a/net/firedns/pkg-plist b/net/firedns/pkg-plist index 086570e1ee8a..b5c12b1473d2 100644 --- a/net/firedns/pkg-plist +++ b/net/firedns/pkg-plist @@ -1,3 +1,5 @@ +@comment $FreeBSD$ include/firedns.h lib/libfiredns.so +lib/libfiredns.so.0 lib/libfiredns.a |