Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 23:01:23 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320728 - head/lang/bf2c
Message-ID:  <201306122301.r5CN1NC2088882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jun 12 23:01:23 2013
New Revision: 320728
URL: http://svnweb.freebsd.org/changeset/ports/320728

Log:
  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.

Modified:
  head/lang/bf2c/Makefile
  head/lang/bf2c/distinfo   (contents, props changed)
  head/lang/bf2c/pkg-plist   (contents, props changed)

Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile	Wed Jun 12 22:31:17 2013	(r320727)
+++ head/lang/bf2c/Makefile	Wed Jun 12 23:01:23 2013	(r320728)
@@ -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>

Modified: head/lang/bf2c/distinfo
==============================================================================
--- head/lang/bf2c/distinfo	Wed Jun 12 22:31:17 2013	(r320727)
+++ head/lang/bf2c/distinfo	Wed Jun 12 23:01:23 2013	(r320728)
@@ -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

Modified: head/lang/bf2c/pkg-plist
==============================================================================
--- head/lang/bf2c/pkg-plist	Wed Jun 12 22:31:17 2013	(r320727)
+++ head/lang/bf2c/pkg-plist	Wed Jun 12 23:01:23 2013	(r320728)
@@ -1,3 +1,4 @@
 bin/bf2c
-%%PORTDOCS%%%%DOCSDIR%%/README
+bin/gen_bf
+%%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTDOCS%%@dirrm %%DOCSDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306122301.r5CN1NC2088882>