ports/56049: upgrade of port worldtools to 1.2

The Anarcat anarcat at anarcat.ath.cx
Wed Aug 27 20:20:28 UTC 2003


>Number:         56049
>Category:       ports
>Synopsis:       upgrade of port worldtools to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 27 13:20:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD shall.anarcat.ath.cx 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Aug 13 16:46:04 EDT 2003 khadmin at shall.anarcat.ath.cx:/usr/obj/usr/src/sys/SHALL i386


	
>Description:

After writing man pages and fixing a few bugs, I make a new release of
worldtools here.

>How-To-Repeat:

>Fix:

note that the pkg-plist *may* not have had the terminating \n necessary
to pass the portlint tests, I just noticed that, but it might be Xemacs
playing tricks with me.

Also, it's sad to see that the base system Mk files do not respect PREFIX
and that I have to resort to such ugly hacks to have my software do it. :(

diff -ur worldtools-1.1/Makefile worldtools/Makefile
--- worldtools-1.1/Makefile	Wed Aug 27 16:11:31 2003
+++ worldtools/Makefile	Wed Aug 27 16:08:05 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	worldtools
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://anarcat.ath.cx/software/distfiles/
 
@@ -15,6 +15,9 @@
 
 USE_PERL5_RUN=	yes
 
-NO_BUILD=	yes
+MAN8=		buildit.8 upgrade.8 whereintheworld.8
+
+MAKE_ARGS=	SHAREDIR=${PREFIX}
+MANCOMPRESSED=	yes
 
 .include <bsd.port.mk>
diff -ur worldtools-1.1/distinfo worldtools/distinfo
--- worldtools-1.1/distinfo	Wed Aug 27 16:11:31 2003
+++ worldtools/distinfo	Wed Aug 27 16:01:39 2003
@@ -1 +1 @@
-MD5 (worldtools-1.1.tar.gz) = 68f921240606d6743819f09277a51d8a
+MD5 (worldtools-1.2.tar.gz) = 0cd33d99c48aefc66ffcab4439bd6e17
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list