Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2009 01:30:23 GMT
From:      Sofian Brabez <sbrabez@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/132184: [update] devel/9base : update to b20080612
Message-ID:  <200902280130.n1S1UNmD097380@www.freebsd.org>
Resent-Message-ID: <200902280140.n1S1e14a023265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132184
>Category:       misc
>Synopsis:       [update] devel/9base : update to b20080612
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 28 01:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
FreeBSD atemi 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to b20080612
- Update MASTER_SITES
- Add PORTREVISION
- Update pkg-descr and WWW
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN 9base.orig/Makefile 9base/Makefile
--- 9base.orig/Makefile	2009-02-28 01:08:47.000000000 +0100
+++ 9base/Makefile	2009-02-28 02:26:32.000000000 +0100
@@ -6,23 +6,23 @@
 #
 
 PORTNAME=	9base
-DISTVERSION=	b20060209
+PORTREVISION=	1
+DISTVERSION=	b20080612
 CATEGORIES=	devel
-MASTER_SITES=	CENKES
-#http://www.suckless.org/cgi-bin/hgwebdir.cgi/9base/
+MASTER_SITES=	http://code.suckless.org/dl/misc/
+DISTNAME=	${PORTNAME}-2
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Port of various original plan9 tools
 
-USE_BZIP2=	yes
 CFLAGS+=	-I. -c
 LDFLAGS+=	-L.
 MANPREFIX=	${PREFIX}/9
 MAKE_ARGS=	PREFIX="${PREFIX}/9" CC="${CC}" MANPREFIX="${MANPREFIX}/man" \
 		CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-APPS=	awk basename bc cat cleanname date dc echo grep ls mk rc read sed seq\
-	sleep sort tee test touch tr uniq yacc
-#MAN1=	${APPS:S|$|.1|}
+APPS=		awk basename bc cat cleanname date dc echo grep mk rc read \
+		sed seq sleep sort tee test touch tr uniq yacc
+#MAN1=		${APPS:S|$|.1|}
 PLIST_FILES=	${APPS:S|^|9/bin/|} ${APPS:S|^|9/man/man1/|:S|$|.1|} 9/man/man7/regexp.7 9/etc/rcmain
 PLIST_DIRS=	9/bin 9/etc 9/man/man1 9/man/man7 9/man 9
 
@@ -34,6 +34,8 @@
 	@${REINPLACE_CMD} -e '/OBJTYPE!=/s|!=.*|=${ARCH:S,i386,386,:S,amd64,x86_64,:S,sparc64,sun4u,}|' ${WRKSRC}/lib9/Makefile
 
 post-install:
+.if !defined(BATCH)
 	@${CAT} ${PKGMESSAGE}
+.endif
 
 .include <bsd.port.mk>
diff -urN 9base.orig/distinfo 9base/distinfo
--- 9base.orig/distinfo	2009-02-28 01:08:47.000000000 +0100
+++ 9base/distinfo	2009-02-28 02:03:31.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (9base-b20060209.tar.bz2) = 104599556fc8e2920b75d62058681047
-SHA256 (9base-b20060209.tar.bz2) = 23a939c76c2313d4eb8a1022f5adae99f0625569683da998a5bcdad436ca31ce
-SIZE (9base-b20060209.tar.bz2) = 245770
+MD5 (9base-2.tar.gz) = f9d30509996ec178702af20fec986e9d
+SHA256 (9base-2.tar.gz) = fc60a3af4a2a21167403c099192842e00e5a6416af6b76512262059a203c3534
+SIZE (9base-2.tar.gz) = 301740
diff -urN 9base.orig/pkg-descr 9base/pkg-descr
--- 9base.orig/pkg-descr	2009-02-28 01:08:47.000000000 +0100
+++ 9base/pkg-descr	2009-02-28 02:03:23.000000000 +0100
@@ -1,8 +1,5 @@
-This is a port of various original plan9 tools to Unix based on
-plan9ports [1], mk-with-libs.tgz [2] and wmii [3].
+9base is a port of following original Plan 9 userland tools to Unix:
+awk, basename, bc, cat, cleanname, date, dc, echo, grep, mk, rc, sed,
+seq, sleep, sort, tee, test, touch, tr, uniq, and yacc.
 
-[1] http://www.swtch.com/plan9port/
-[2] http://swtch.com/plan9port/unix/
-[3] http://www.suckless.org/wiki/wmii
-
-WWW: http://www.suckless.org/wiki/wmii/download
+WWW: http://www.suckless.org


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902280130.n1S1UNmD097380>