diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-18 04:27:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-18 04:27:22 +0000 |
commit | 3810853c7424ec6b9e0430a895dfb2207b024b4d (patch) | |
tree | bfb45911968bfe4bc53418077288864ea6fcae88 /net/openslp | |
parent | 17d4b042881e2151bb2f431d9ce92aed42245cef (diff) | |
download | ports-3810853c7424ec6b9e0430a895dfb2207b024b4d.tar.gz ports-3810853c7424ec6b9e0430a895dfb2207b024b4d.zip |
Update to 1.0.6
PR: 32940
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51719
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 2 | ||||
-rw-r--r-- | net/openslp/distinfo | 2 | ||||
-rw-r--r-- | net/openslp/files/patch-aa | 12 | ||||
-rw-r--r-- | net/openslp/files/patch-ab | 13 |
4 files changed, 8 insertions, 21 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 59912fd4f8f9..44dda564bd17 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openslp -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openslp diff --git a/net/openslp/distinfo b/net/openslp/distinfo index ca715d8cd5da..655f8150fcd5 100644 --- a/net/openslp/distinfo +++ b/net/openslp/distinfo @@ -1 +1 @@ -MD5 (openslp-1.0.2.tar.gz) = 11c56c243ee71cce1c8e9cf46734ec8e +MD5 (openslp-1.0.6.tar.gz) = c9af809dbdf6cfd1f08d42d9fcfd2e1a diff --git a/net/openslp/files/patch-aa b/net/openslp/files/patch-aa index 1ffec98a8f5f..397914612e17 100644 --- a/net/openslp/files/patch-aa +++ b/net/openslp/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed Sep 12 12:13:48 2001 -+++ Makefile.in Sat Sep 15 15:57:54 2001 +--- Makefile.in.orig Mon Dec 17 11:26:53 2001 ++++ Makefile.in Mon Dec 17 11:27:42 2001 @@ -78,8 +78,7 @@ VERSION = @VERSION@ @@ -10,10 +10,10 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = slp.list -@@ -343,10 +342,6 @@ - file=$(DESTDIR)$(sysconfdir)/slp.spi;\ - if [ -f $$file ]; then cp -f $$file $$file.bak; else true; fi - cp -f $(srcdir)/etc/slp.spi $(DESTDIR)$(sysconfdir) +@@ -347,10 +346,6 @@ + if [ -f $$file ]; then true;\ + else cp -f $(srcdir)/etc/slp.spi $(DESTDIR)$(sysconfdir);\ + fi - rm -rf $(DESTDIR)$(DOC_DIR) - mkdir -p $(DESTDIR)$(DOC_DIR) - cp -r $(srcdir)/doc/* $(DESTDIR)$(DOC_DIR) diff --git a/net/openslp/files/patch-ab b/net/openslp/files/patch-ab deleted file mode 100644 index 0aec9c001525..000000000000 --- a/net/openslp/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- common/slp_compare.c.original Wed Jun 13 13:12:10 2001 -+++ common/slp_compare.c Sat Sep 22 22:52:26 2001 -@@ -487,7 +487,9 @@ - - if(strncasecmp(srvurl,"service:",8)) - { -- return 1; -+ if (strstr(srvurl, ":/") == NULL) { -+ return 1; -+ } - } - - /* TODO: make this a little smarter */ |