diff options
author | rene <rene@FreeBSD.org> | 2013-06-13 07:01:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-06-13 07:01:23 +0800 |
commit | 844a77802dc307f0cc2840d26f527779cff19d68 (patch) | |
tree | a4b9758b87c954ea8bd54766f21103e0f3cbfccc /lang | |
parent | c4701df8041253c62a7bbb91525969cac181c941 (diff) | |
download | freebsd-ports-gnome-844a77802dc307f0cc2840d26f527779cff19d68.tar.gz freebsd-ports-gnome-844a77802dc307f0cc2840d26f527779cff19d68.tar.zst freebsd-ports-gnome-844a77802dc307f0cc2840d26f527779cff19d68.zip |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bf2c/Makefile | 12 | ||||
-rw-r--r-- | lang/bf2c/distinfo | 4 | ||||
-rw-r--r-- | lang/bf2c/pkg-plist | 3 |
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%% |