Date: Thu, 8 Apr 2010 18:00:10 GMT From: Christopher Key <cjk32@cam.ac.uk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/145515: [update] lang/nbc to 1.0.1.b36 Message-ID: <201004081800.o38I0AKH040926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/145515; it has been noted by GNATS. From: Christopher Key <cjk32@cam.ac.uk> To: bug-followup@FreeBSD.org, cjk32@cam.ac.uk Cc: Subject: Re: ports/145515: [update] lang/nbc to 1.0.1.b36 Date: Thu, 08 Apr 2010 18:54:02 +0100 This is a multi-part message in MIME format. --------------070903000403090602070302 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Updated patch: Additional dependency on fcl-image. --------------070903000403090602070302 Content-Type: text/plain; name="lang-nbc-1.0.1.b36.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lang-nbc-1.0.1.b36.patch" 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 17:51:28 -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@gmail.com @@ -20,26 +19,25 @@ USE_GMAKE= yes USE_DOS2UNIX= yes -USE_FPC= fcl-base +USE_FPC= fcl-base fcl-image -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 17:51:28 -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 --------------070903000403090602070302--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004081800.o38I0AKH040926>