diff options
author | rene <rene@FreeBSD.org> | 2010-07-12 19:36:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-07-12 19:36:10 +0800 |
commit | 1e31cb3d76e62cbfcd959be65f8eb3e4e86297ab (patch) | |
tree | 021a22cae1805964fad0fadba350405d23bc98e2 /lang | |
parent | f7e89805319d2a26355d0f0c9daf8a35eab5a392 (diff) | |
download | freebsd-ports-gnome-1e31cb3d76e62cbfcd959be65f8eb3e4e86297ab.tar.gz freebsd-ports-gnome-1e31cb3d76e62cbfcd959be65f8eb3e4e86297ab.tar.zst freebsd-ports-gnome-1e31cb3d76e62cbfcd959be65f8eb3e4e86297ab.zip |
* Update to 1.2.1.r3
* Use generic SF format for MASTER_SITES
* Drop nbc.1 as it does not exist in this release
PR: ports/148048
Submitted by: myself
Approved by: maintainer timeout (21 days), tabthorpe (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nbc/Makefile | 14 | ||||
-rw-r--r-- | lang/nbc/distinfo | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 5c4b540737ab..3bf4e28b78fc 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -6,10 +6,11 @@ # PORTNAME= nbc -PORTVERSION= 1.0.1.b36 +PORTVERSION= 1.2.1.r3 CATEGORIES= lang -MASTER_SITES= http://bricxcc.sourceforge.net/nbc/beta/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.unix-src +MASTER_SITES= SF +MASTER_SITE_SUBDIR= bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} +DISTNAME= ${PORTNAME}-${PORTVERSION}.src EXTRACT_SUFX= .tgz MAINTAINER= rambiusparkisanius@gmail.com @@ -45,10 +46,6 @@ PORTDOCS= Changelog \ Readme .endif -.if !defined(NO_INSTALL_MANPAGES) -MAN1= nbc.1 -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' ${WRKSRC}/Makefile @@ -62,9 +59,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/doc/Changelog ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/doc/Readme ${DOCSDIR} .endif -.if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKDIR}/doc/nbc.1 ${MANPREFIX}/man/man1 -.endif post-install: @${CAT} ${PKGMESSAGE} diff --git a/lang/nbc/distinfo b/lang/nbc/distinfo index cc224b6fe93e..8b7d832720b5 100644 --- a/lang/nbc/distinfo +++ b/lang/nbc/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (nbc-1.2.1.r3.src.tgz) = a640a5d74407ed976d6a1c565276bc6a +SHA256 (nbc-1.2.1.r3.src.tgz) = 6104ce4124c064332dab70c4c3bfd9d81254ff1f1ed49fbaf0fdbcfc39aa4ce8 +SIZE (nbc-1.2.1.r3.src.tgz) = 489047 |