summaryrefslogtreecommitdiff
path: root/lang/bf2c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-06-12 23:01:23 +0000
committerRene Ladan <rene@FreeBSD.org>2013-06-12 23:01:23 +0000
commit802e9c4153b867e5c59d92b126768b360d2b6a91 (patch)
treea4b9758b87c954ea8bd54766f21103e0f3cbfccc /lang/bf2c
parent- Update to 1.1. (diff)
Update to 1.3.1
Changes: - Use github directly instead of my local server. - Rework WRKSRC/Makefile to allow simplifying port Makefile and drop the dependency on gmake. - Drop README, refer to website instead. - Add a simple BF generator. Note that the version reported by the bf2c binary is still 1.2.5, as it did not change at all during this update.
Notes
Notes: svn path=/head/; revision=320728
Diffstat (limited to 'lang/bf2c')
-rw-r--r--lang/bf2c/Makefile12
-rw-r--r--lang/bf2c/distinfo4
-rw-r--r--lang/bf2c/pkg-plist3
3 files changed, 9 insertions, 10 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile
index 9c83fd526eb5..f6a35ab19852 100644
--- a/lang/bf2c/Makefile
+++ b/lang/bf2c/Makefile
@@ -2,29 +2,27 @@
# $FreeBSD$
PORTNAME= bf2c
-PORTVERSION= 1.2.5
+PORTVERSION= 1.3.1
CATEGORIES= lang
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
MAINTAINER= rene@FreeBSD.org
COMMENT= Optimizing BrainF*ck to C compiler
LICENSE= BSD
+USE_GITHUB= yes
+GH_ACCOUNT= rene0
+GH_COMMIT= 4761081
USE_XZ= yes
-USE_GMAKE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin
-
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/lang/bf2c/distinfo b/lang/bf2c/distinfo
index 73eb20a85cac..622c91087671 100644
--- a/lang/bf2c/distinfo
+++ b/lang/bf2c/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bf2c-1.2.5.tar.xz) = d467e1e009389ec6c6c7679a0949b11bed8a6378b4710ffe8fdec126ede665d1
-SIZE (bf2c-1.2.5.tar.xz) = 10024
+SHA256 (bf2c-1.3.1.tar.xz) = 7a67397874f5229b8a1dbf784c7082a90da552d08bd2d471a7febc25960b44e8
+SIZE (bf2c-1.3.1.tar.xz) = 10218
diff --git a/lang/bf2c/pkg-plist b/lang/bf2c/pkg-plist
index 0420e9aa7924..1866d36ad33c 100644
--- a/lang/bf2c/pkg-plist
+++ b/lang/bf2c/pkg-plist
@@ -1,3 +1,4 @@
bin/bf2c
-%%PORTDOCS%%%%DOCSDIR%%/README
+bin/gen_bf
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%@dirrm %%DOCSDIR%%