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

- Update to 1.3.

- Assign maintainership to submitter.

PR:		99434
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
Approved by:	arved (mentor)
This commit is contained in:
Stefan Walter 2006-07-02 16:24:08 +00:00
parent ef7e1363be
commit 0456f61a40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166766
3 changed files with 5 additions and 38 deletions

View File

@ -6,13 +6,12 @@
#
PORTNAME= adns
PORTVERSION= 1.2
PORTREVISION= 1
PORTVERSION= 1.3
CATEGORIES= dns
MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
http://www.chiark.greenend.org.uk/~ian/adns/ftp/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= babak@farrokhi.net
COMMENT= Easy to use, asynchronous-capable DNS client library and utilities
GNU_CONFIGURE= yes

View File

@ -1,3 +1,3 @@
MD5 (adns-1.2.tar.gz) = 4d9ad052125ddd295ee75ea608b992b7
SHA256 (adns-1.2.tar.gz) = 22423c608fbbfe0335883ae23e8e2b44f65ed1b024b1ce00e926136c3e1cc04a
SIZE (adns-1.2.tar.gz) = 251919
MD5 (adns-1.3.tar.gz) = d19cddcc11ce3183549bab7f136e0f73
SHA256 (adns-1.3.tar.gz) = c6e2452ca82481d9da88d7745cdb0ffd6c1e54c906f58f57624ad37d353e0d16
SIZE (adns-1.3.tar.gz) = 252263

View File

@ -1,32 +0,0 @@
--- dynamic/Makefile.in.orig Thu Apr 20 13:15:27 2006
+++ dynamic/Makefile.in Thu Apr 20 13:17:43 2006
@@ -23,7 +23,7 @@
srcdir= @srcdir@
VPATH= @srcdir@
-TARGETS= $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK)
+TARGETS= $(SHLIBFILE) $(SHLIBFORLINK)
include $(srcdir)/../settings.make
include $(srcdir)/../src/adns.make
@@ -32,17 +32,13 @@
install:
mkdir -p $(lib_dir)
$(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
- ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
- ln -sf $(SHLIBSONAME) $(lib_dir)/$(SHLIBFORLINK)
+ ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
uninstall:
- rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
+ rm -f $(lib_dir)/$(SHLIBFILE)
$(SHLIBFORLINK):
- ln -s $(SHLIBSONAME) $(SHLIBFORLINK)
-
-$(SHLIBSONAME):
- ln -s $(SHLIBFILE) $(SHLIBSONAME)
+ ln -s $(SHLIBFILE) $(SHLIBFORLINK)
$(SHLIBFILE): $(ALLOBJS)
rm -f $@