ports/57954: [maintainer update] net/pen: Update pen to 0.11.1

Clement Laforet sheepkiller at cultdeadsheep.org
Mon Oct 13 14:50:17 UTC 2003


>Number:         57954
>Category:       ports
>Synopsis:       [maintainer update] net/pen: Update pen to 0.11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 07:50:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Update pen to 0.11.1.
	Since pen installs documentation now, add a dirty hack to be able to use NOPORTDOCS.
	Added files:
		- files/patch-Makefile.in
	
	Tested on -CURRENT and -STABLE.

>How-To-Repeat:
	N/A.
>Fix:

	

--- pen.diff begins here ---
Index: pen/Makefile
===================================================================
RCS file: /WORK/REPO/ports/net/pen/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- pen/Makefile	7 Oct 2003 07:50:52 -0000	1.13
+++ pen/Makefile	13 Oct 2003 14:37:24 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pen
-PORTVERSION=	0.11.0
+PORTVERSION=	0.11.1
 CATEGORIES=	net
 MASTER_SITES=	ftp://siag.nu/pub/pen/ \
 		http://siag.nu/pub/pen/
@@ -16,7 +16,7 @@
 COMMENT=	A load balancer for "simple" tcp based protocols
 
 GNU_CONFIGURE=		yes
-CONFIGURE_ARGS=		--with-daemon
+CONFIGURE_ARGS=		--with-daemon --with-docdir=${DOCSDIR}
 
 .if defined(WITH_FDSETSIZE)
 CONFIGURE_ARGS+=	--with-fd_setsize=${WITH_FDSETSIZE}
@@ -24,6 +24,10 @@
 
 .if defined(WITH_POLL)
 CONFIGURE_ARGS+=	--with-poll
+.endif
+
+.if defined(NOPORTDOCS)
+MAKE_ARGS+=	-DNOPORTDOCS
 .endif
 
 MAN1=		mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
Index: pen/distinfo
===================================================================
RCS file: /WORK/REPO/ports/net/pen/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- pen/distinfo	7 Oct 2003 07:50:52 -0000	1.8
+++ pen/distinfo	13 Oct 2003 14:37:24 -0000
@@ -1 +1 @@
-MD5 (pen-0.11.0.tar.gz) = 3eb8de600f2954bd50f2758d8bf06e0c
+MD5 (pen-0.11.1.tar.gz) = 8917aad055e749104863b013c1e73481
Index: pen/pkg-plist
===================================================================
RCS file: /WORK/REPO/ports/net/pen/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pen/pkg-plist	5 Jul 2002 03:19:59 -0000	1.3
+++ pen/pkg-plist	13 Oct 2003 14:37:24 -0000
@@ -3,3 +3,10 @@
 bin/penctl
 bin/penlog
 bin/penlogd
+%%PORTDOCS%%%%DOCSDIR%%/penstats
+%%PORTDOCS%%%%DOCSDIR%%/HOWTO
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
Index: pen/files/patch-Makefile.in
===================================================================
RCS file: pen/files/patch-Makefile.in
diff -N pen/files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pen/files/patch-Makefile.in	13 Oct 2003 14:37:24 -0000
@@ -0,0 +1,18 @@
+--- Makefile.in.orig	Sat Oct 11 18:57:55 2003
++++ Makefile.in	Mon Oct 13 16:29:09 2003
+@@ -296,6 +296,7 @@
+ 	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
+ 	done
+ install-docDATA: $(doc_DATA)
++.if !defined(NOPORTDOCS)
+ 	@$(NORMAL_INSTALL)
+ 	$(mkinstalldirs) $(DESTDIR)$(docdir)
+ 	@list='$(doc_DATA)'; for p in $$list; do \
+@@ -304,6 +305,7 @@
+ 	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
+ 	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \
+ 	done
++.endif
+ 
+ uninstall-docDATA:
+ 	@$(NORMAL_UNINSTALL)
--- pen.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list