ports/145515: [update port] nbc-1.0.1.b36
Christopher Key
cjk32 at cam.ac.uk
Thu Apr 8 14:00:14 UTC 2010
>Number: 145515
>Category: ports
>Synopsis: [update port] nbc-1.0.1.b36
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 08 14:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Christopher Key
>Release: FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Thu Apr 1 21:31:00 BST 2010 root at chacal.wzl33:/usr/obj/usr/src/sys/CHACAL-DEBUG amd64
>Description:
NBC 1.0.1.b36 has been released. The attached patch has only been tested with fpc-2.4.0.x86_64-freebsd, not with fpc-2.2.4.i386-freebsd as is currently in the ports tree.
>How-To-Repeat:
>Fix:
--- lang-nbc-1.0.1.b36 begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/nbc/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 28 Mar 2010 06:38:55 -0000 1.7
+++ Makefile 8 Apr 2010 13:43:27 -0000
@@ -6,11 +6,10 @@
#
PORTNAME= nbc
-PORTVERSION= 1.0.1.b34
-PORTREVISION= 1
+PORTVERSION= 1.0.1.b36
CATEGORIES= lang
-MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20beta%2034
-DISTNAME= ${PORTNAME}-${PORTVERSION}.src
+MASTER_SITES= http://bricxcc.sourceforge.net/nbc/beta/
+DISTNAME= ${PORTNAME}-${PORTVERSION}.unix-src
EXTRACT_SUFX= .tgz
MAINTAINER= rambiusparkisanius at gmail.com
@@ -22,24 +21,23 @@
USE_DOS2UNIX= yes
USE_FPC= fcl-base
-MAKEFILE= nbcfreebsd.mak
SUB_FILES= pkg-message
-WRKSRC= ${WRKDIR}/nxt
+WRKSRC= ${WRKDIR}/NXT
PLIST_FILES= bin/nbc \
- share/nbc/history.txt \
- share/nbc/readme.txt \
include/nbc/NXCDefs.h \
include/nbc/NBCCommon.h \
include/nbc/NXTDefs.h
-PLIST_DIRS= share/nbc \
- include/nbc
+PLIST_DIRS= include/nbc
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/Makefile
do-install:
${MKDIR} ${PREFIX}/include/nbc ${PREFIX}/share/nbc
${INSTALL_PROGRAM} ${WRKSRC}/nbc ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/nbc
- ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/nbc
post-install:
@${CAT} ${PKGMESSAGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/nbc/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 8 Mar 2010 20:27:23 -0000 1.2
+++ distinfo 8 Apr 2010 13:43:27 -0000
@@ -1,3 +1,3 @@
-MD5 (nbc-1.0.1.b34.src.tgz) = 0886e4f420fe1e6b23e4ec5a92dc9a9f
-SHA256 (nbc-1.0.1.b34.src.tgz) = 072e43b6ec064ecc2dee79ddcd867368e84a3c76a13f5bff6119499b971d2062
-SIZE (nbc-1.0.1.b34.src.tgz) = 363302
+MD5 (nbc-1.0.1.b36.unix-src.tgz) = 16c63352b6d05aec4ab619b88649b978
+SHA256 (nbc-1.0.1.b36.unix-src.tgz) = ea3f47de9be7fdb317a2363250e2f5a63d1a58ca67e06f13766ef808324e4e34
+SIZE (nbc-1.0.1.b36.unix-src.tgz) = 361112
--- lang-nbc-1.0.1.b36 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list