aboutsummaryrefslogtreecommitdiff
path: root/net/libnatpmp
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2010-12-26 07:58:11 +0000
committerFrederic Culot <culot@FreeBSD.org>2010-12-26 07:58:11 +0000
commit913478fce8172d08b7c4689856ea50246dad5d7f (patch)
treee75e3fd383341c403286e3cc3f3dc76dc299e0f5 /net/libnatpmp
parent40e68c6545c3b128301d568851dbbb58fe3d4a8e (diff)
downloadports-913478fce8172d08b7c4689856ea50246dad5d7f.tar.gz
ports-913478fce8172d08b7c4689856ea50246dad5d7f.zip
- Update to 20101211
Changes: http://miniupnp.free.fr/files/changelog.php?file=libnatpmp-20101211.tar.gz PR: ports/153447 Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer) Approved by: sahil@/wen@ (mentors, implicit)
Notes
Notes: svn path=/head/; revision=266908
Diffstat (limited to 'net/libnatpmp')
-rw-r--r--net/libnatpmp/Makefile2
-rw-r--r--net/libnatpmp/distinfo5
-rw-r--r--net/libnatpmp/files/patch-Makefile20
3 files changed, 3 insertions, 24 deletions
diff --git a/net/libnatpmp/Makefile b/net/libnatpmp/Makefile
index 4cb4ea25b27b..2107f3f4d584 100644
--- a/net/libnatpmp/Makefile
+++ b/net/libnatpmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libnatpmp
-PORTVERSION= 20091219
+PORTVERSION= 20101211
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/
diff --git a/net/libnatpmp/distinfo b/net/libnatpmp/distinfo
index eed68385c376..2735d51f6700 100644
--- a/net/libnatpmp/distinfo
+++ b/net/libnatpmp/distinfo
@@ -1,3 +1,2 @@
-MD5 (libnatpmp-20091219.tar.gz) = 6ba8fba673c4cb32eba0b42b12aa23b2
-SHA256 (libnatpmp-20091219.tar.gz) = 672203e2d2714dbab71906d7e943a74d0e10f99ffa784b8fd8904dbff3f0ac1a
-SIZE (libnatpmp-20091219.tar.gz) = 16839
+SHA256 (libnatpmp-20101211.tar.gz) = 271ba7dbfd10058288352c68a951c93a0bbb31d0f1df1f63b46ecff87f820a11
+SIZE (libnatpmp-20101211.tar.gz) = 17324
diff --git a/net/libnatpmp/files/patch-Makefile b/net/libnatpmp/files/patch-Makefile
deleted file mode 100644
index 74b6e36a16f8..000000000000
--- a/net/libnatpmp/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2009-08-11 21:25:47.000000000 +0800
-+++ Makefile 2009-08-11 21:28:24.000000000 +0800
-@@ -50,12 +50,12 @@
-
- install: $(HEADERS) $(STATICLIB) $(SHAREDLIB)
- $(INSTALL) -d $(INSTALLDIRINC)
-- $(INSTALL) --mode=644 $(HEADERS) $(INSTALLDIRINC)
-+ $(INSTALL) -m 644 $(HEADERS) $(INSTALLDIRINC)
- $(INSTALL) -d $(INSTALLDIRLIB)
-- $(INSTALL) --mode=644 $(STATICLIB) $(INSTALLDIRLIB)
-- $(INSTALL) --mode=644 $(SHAREDLIB) $(INSTALLDIRLIB)/$(SONAME)
-- $(INSTALL) --mode=755 natpmpc-shared $(INSTALLDIRBIN)/natpmpc
-- ln --symbolic --force $(SONAME) $(INSTALLDIRLIB)/$(SHAREDLIB)
-+ $(INSTALL) -m 644 $(STATICLIB) $(INSTALLDIRLIB)
-+ $(INSTALL) -m 644 $(SHAREDLIB) $(INSTALLDIRLIB)/$(SONAME)
-+ $(INSTALL) -m 755 natpmpc-shared $(INSTALLDIRBIN)/natpmpc
-+ ln -s -f $(SONAME) $(INSTALLDIRLIB)/$(SHAREDLIB)
-
- cleaninstall:
- $(RM) $(addprefix $(INSTALLDIRINC), $(HEADERS))