View | Details | Raw Unified | Return to bug 99434
Collapse All | Expand All

(-)adns/Makefile (-3 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	adns
8
PORTNAME=	adns
9
PORTVERSION=	1.2
9
PORTVERSION=	1.3
10
PORTREVISION=	1
11
CATEGORIES=	dns
10
CATEGORIES=	dns
12
MASTER_SITES=	ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
11
MASTER_SITES=	ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
13
		http://www.chiark.greenend.org.uk/~ian/adns/ftp/
12
		http://www.chiark.greenend.org.uk/~ian/adns/ftp/
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	babak@farrokhi.net
16
COMMENT=	Easy to use, asynchronous-capable DNS client library and utilities
15
COMMENT=	Easy to use, asynchronous-capable DNS client library and utilities
17
16
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
(-)adns/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (adns-1.2.tar.gz) = 4d9ad052125ddd295ee75ea608b992b7
1
MD5 (adns-1.3.tar.gz) = d19cddcc11ce3183549bab7f136e0f73
2
SHA256 (adns-1.2.tar.gz) = 22423c608fbbfe0335883ae23e8e2b44f65ed1b024b1ce00e926136c3e1cc04a
2
SHA256 (adns-1.3.tar.gz) = c6e2452ca82481d9da88d7745cdb0ffd6c1e54c906f58f57624ad37d353e0d16
3
SIZE (adns-1.2.tar.gz) = 251919
3
SIZE (adns-1.3.tar.gz) = 252263
(-)adns/files/patch-dynamic::Makefile.in (-7 / +7 lines)
Lines 1-5 Link Here
1
--- dynamic/Makefile.in.orig	Thu Apr 20 13:15:27 2006
1
--- dynamic/Makefile.in.orig	Wed May 10 14:28:02 2006
2
+++ dynamic/Makefile.in	Thu Apr 20 13:17:43 2006
2
+++ dynamic/Makefile.in	Sun Jun 25 02:07:57 2006
3
@@ -23,7 +23,7 @@
3
@@ -23,7 +23,7 @@
4
 srcdir=		@srcdir@
4
 srcdir=		@srcdir@
5
 VPATH=		@srcdir@
5
 VPATH=		@srcdir@
Lines 11-24 Link Here
11
 
11
 
12
@@ -32,17 +32,13 @@
12
@@ -32,17 +32,13 @@
13
 install:
13
 install:
14
 		mkdir -p $(lib_dir)
14
 		mkdir -p $(libdir)
15
 		$(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
15
 		$(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
16
-		ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
16
-		ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
17
-		ln -sf $(SHLIBSONAME) $(lib_dir)/$(SHLIBFORLINK)
17
-		ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
18
+		ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
18
+		ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
19
 
19
 
20
 uninstall:
20
 uninstall:
21
-		rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
21
-		rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
22
+		rm -f $(lib_dir)/$(SHLIBFILE)
22
+		rm -f $(lib_dir)/$(SHLIBFILE)
23
 
23
 
24
 $(SHLIBFORLINK):
24
 $(SHLIBFORLINK):
(-)adns/pkg-plist (-1 lines)
Lines 4-10 Link Here
4
bin/adnsresfilter
4
bin/adnsresfilter
5
include/adns.h
5
include/adns.h
6
lib/libadns.a
6
lib/libadns.a
7
lib/libadns.so
8
lib/libadns.so.%%LIBVERSION%%
7
lib/libadns.so.%%LIBVERSION%%
9
%%PORTDOCS%%%%DOCSDIR%%/COPYING
8
%%PORTDOCS%%%%DOCSDIR%%/COPYING
10
%%PORTDOCS%%%%DOCSDIR%%/GPL-vs-LGPL
9
%%PORTDOCS%%%%DOCSDIR%%/GPL-vs-LGPL

Return to bug 99434