mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Undeprecate.
- Update to 1.2.4. - Move to new MASTER_SITE
This commit is contained in:
parent
ae4f130d19
commit
0c17849725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288441
@ -6,23 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= bf2c
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= Optimizing BrainF*ck to C compiler
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
DEPRECATED= No longer actively developed
|
||||
EXPIRATION_DATE=2012-03-01
|
||||
|
||||
USE_GMAKE=yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,-Werror,,' -e 's,CC=,#CC=,' -e 's,(CC),(CXX),' \
|
||||
${WRKSRC}/Makefile
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bf2c-1.2.3.tar.gz) = f959d34d65b78fba1d9ec3cfa98533560ef64cc7ace1c96f2f67730370e16148
|
||||
SIZE (bf2c-1.2.3.tar.gz) = 11008
|
||||
SHA256 (bf2c-1.2.4.tar.xz) = f9572ca5d3d9c101eb67f290223a486079121a02cdcebd57ec3099493ddfbb3a
|
||||
SIZE (bf2c-1.2.4.tar.xz) = 10016
|
||||
|
@ -5,4 +5,4 @@ optimizing as much as possible for speed, size and readability.
|
||||
It is written for fun, self-educating purposes and to beat existing
|
||||
BF compilers.
|
||||
|
||||
WWW: http://bf2c.sourceforge.net/
|
||||
WWW: http://rene-ladan.nl:8080/bf2c/
|
||||
|
Loading…
Reference in New Issue
Block a user