summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-01-02 22:48:13 +0000
committerRene Ladan <rene@FreeBSD.org>2012-01-02 22:48:13 +0000
commit0c1784972503eebab1731101bd152fefe029b965 (patch)
treed9f688b0f93a457c26db94a2e87e64781f51a275 /lang
parent- Correct the usage of @dirrmtry (diff)
- Undeprecate.
- Update to 1.2.4. - Move to new MASTER_SITE
Notes
Notes: svn path=/head/; revision=288441
Diffstat (limited to 'lang')
-rw-r--r--lang/bf2c/Makefile14
-rw-r--r--lang/bf2c/distinfo4
-rw-r--r--lang/bf2c/pkg-descr2
3 files changed, 7 insertions, 13 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile
index d6fb883f0c16..b3b14fe2222a 100644
--- a/lang/bf2c/Makefile
+++ b/lang/bf2c/Makefile
@@ -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
diff --git a/lang/bf2c/distinfo b/lang/bf2c/distinfo
index b8024ed0dd31..1f0cbae66a2e 100644
--- a/lang/bf2c/distinfo
+++ b/lang/bf2c/distinfo
@@ -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
diff --git a/lang/bf2c/pkg-descr b/lang/bf2c/pkg-descr
index 355b0b27363c..db5a9e82d5c4 100644
--- a/lang/bf2c/pkg-descr
+++ b/lang/bf2c/pkg-descr
@@ -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/