ports/127557: net/ladvd: update to 0.6.1

Sten Spans sten at blinkenlights.nl
Tue Sep 23 07:20:02 UTC 2008


>Number:         127557
>Category:       ports
>Synopsis:       net/ladvd: update to 0.6.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 07:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sten Spans
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD earth.blinkenlights.nl 6.3-RELEASE FreeBSD 6.3-RELEASE #2: Mon Feb 4 21:44:57 CET 2008 root at earth.blinkenlights.nl:/usr/obj/usr/src/sys/1650 i386


	
>Description:
	The following patch updates the port to 0.6.1, and fixes a few incorrect
	user-creation messages.
>How-To-Repeat:
	
>Fix:

diff -Nru ladvd.orig/Makefile ladvd/Makefile
--- ladvd.orig/Makefile	2008-08-05 18:57:54.000000000 +0200
+++ ladvd/Makefile	2008-09-23 08:53:03.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ladvd
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.1
 CATEGORIES=	net
 MASTER_SITES=	http://blinkenlights.nl/software/ladvd/
 
@@ -24,7 +24,7 @@
 .endif
 
 post-install:
-	@${ECHO} "==>  Creating custom user to run pdns_recursor..."
+	@${ECHO} "==>  Creating custom user to run ladvd..."
 	@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 	@${CAT} ${PKGMESSAGE}
 
diff -Nru ladvd.orig/distinfo ladvd/distinfo
--- ladvd.orig/distinfo	2008-08-05 18:57:54.000000000 +0200
+++ ladvd/distinfo	2008-09-23 08:53:07.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ladvd-0.6.0.tar.gz) = f5ae227505bf27b98bcf2ca97e1e4215
-SHA256 (ladvd-0.6.0.tar.gz) = 0ac7d9898ae4f8176b9fa68140c0b7fa5a015c004c62cc5bba64400cdd391d71
-SIZE (ladvd-0.6.0.tar.gz) = 97266
+MD5 (ladvd-0.6.1.tar.gz) = 90989dec5200d6cab48dc7a6cff3cbe6
+SHA256 (ladvd-0.6.1.tar.gz) = eed25fb6a299f3beb89c46e145e6cef6035fb568a5cd04414ad4701c476e8172
+SIZE (ladvd-0.6.1.tar.gz) = 125949
diff -Nru ladvd.orig/files/extra-patch-Makefile.in ladvd/files/extra-patch-Makefile.in
--- ladvd.orig/files/extra-patch-Makefile.in	2008-08-05 18:57:54.000000000 +0200
+++ ladvd/files/extra-patch-Makefile.in	2008-09-23 08:58:18.000000000 +0200
@@ -1,14 +1,14 @@
---- Makefile.in.old	2008-08-03 21:36:15.000000000 -0300
-+++ Makefile.in	2008-08-03 21:47:09.000000000 -0300
-@@ -162,7 +162,6 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+--- Makefile.in.orig	2008-09-22 20:26:22.000000000 +0200
++++ Makefile.in	2008-09-23 08:57:33.000000000 +0200
+@@ -178,7 +178,6 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
  SUBDIRS = src
 -dist_doc_DATA = LICENSE doc/ChangeLog doc/README
- dist_man_MANS = doc/ladvd.8
- EXTRA_DIST = debian
+ man_MANS = doc/ladvd.8
+ EXTRA_DIST = debian doc/ladvd.8.in
  all: all-recursive
-@@ -247,15 +246,6 @@
+@@ -263,15 +262,6 @@
  	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
  	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
  	done
@@ -24,7 +24,7 @@
  
  uninstall-dist_docDATA:
  	@$(NORMAL_UNINSTALL)
-@@ -593,7 +583,7 @@
+@@ -609,7 +599,7 @@
  
  info-am:
  
@@ -33,7 +33,7 @@
  
  install-exec-am:
  
-@@ -634,7 +624,7 @@
+@@ -650,7 +640,7 @@
  	distclean-generic distclean-recursive distclean-tags \
  	distcleancheck distdir distuninstallcheck dvi dvi-am html \
  	html-am info info-am install install-am install-data \
diff -Nru ladvd.orig/pkg-plist ladvd/pkg-plist
--- ladvd.orig/pkg-plist	2008-08-05 18:57:54.000000000 +0200
+++ ladvd/pkg-plist	2008-09-23 09:04:38.000000000 +0200
@@ -5,5 +5,5 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @unexec echo ""
 @unexec echo "If you are permanently removing ladvd, you should also:" | /usr/bin/fmt
- at unexec echo "'remove user/group 'qscand'." | /usr/bin/fmt
+ at unexec echo "'remove user/group 'ladvd'." | /usr/bin/fmt
 @unexec echo ""

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list