svn commit: r422537 - in head/devel/ucpp: . files

Chris Rees crees at FreeBSD.org
Tue Sep 20 18:36:17 UTC 2016


Author: crees
Date: Tue Sep 20 18:36:15 2016
New Revision: 422537
URL: https://svnweb.freebsd.org/changeset/ports/422537

Log:
  Find new MASTER_SITES
  
  PR:		ports/212719

Added:
  head/devel/ucpp/pkg-plist   (contents, props changed)
Deleted:
  head/devel/ucpp/files/patch-Makefile
Modified:
  head/devel/ucpp/Makefile
  head/devel/ucpp/distinfo
  head/devel/ucpp/files/patch-cpp.c
  head/devel/ucpp/pkg-descr

Modified: head/devel/ucpp/Makefile
==============================================================================
--- head/devel/ucpp/Makefile	Tue Sep 20 18:32:54 2016	(r422536)
+++ head/devel/ucpp/Makefile	Tue Sep 20 18:36:15 2016	(r422537)
@@ -2,24 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	ucpp
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.4
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	# GITHUB
 
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	C preprocessor and lexer
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		Unfetchable (google code has gone away)
+USE_GITHUB=	yes
+GH_ACCOUNT=	scarabeusiv
+USES=		autoreconf libtool pathfix
+PATHFIX_MAKEFILEIN=	Makefile.am
+GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/ucpp man/man1/ucpp.1.gz
-USES=		gmake
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+post-patch:
+	${REINPLACE_CMD} '/^CFLAGS/s/-ansi//' ${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>

Modified: head/devel/ucpp/distinfo
==============================================================================
--- head/devel/ucpp/distinfo	Tue Sep 20 18:32:54 2016	(r422536)
+++ head/devel/ucpp/distinfo	Tue Sep 20 18:36:15 2016	(r422537)
@@ -1,2 +1,3 @@
-SHA256 (ucpp-1.3.2.tar.gz) = 983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776
-SIZE (ucpp-1.3.2.tar.gz) = 96939
+TIMESTAMP = 1474029495
+SHA256 (scarabeusiv-ucpp-1.3.4_GH0.tar.gz) = 35958c5f3bb3851c03d3f442cc072cf27b21dc8478e1eecfce289b1c5aba951a
+SIZE (scarabeusiv-ucpp-1.3.4_GH0.tar.gz) = 92999

Modified: head/devel/ucpp/files/patch-cpp.c
==============================================================================
--- head/devel/ucpp/files/patch-cpp.c	Tue Sep 20 18:32:54 2016	(r422536)
+++ head/devel/ucpp/files/patch-cpp.c	Tue Sep 20 18:36:15 2016	(r422537)
@@ -1,5 +1,5 @@
 --- cpp.c.orig	2008-10-01 21:15:41.000000000 +0400
-+++ cpp.c	2011-03-17 21:08:15.000000000 +0300
++++ src/cpp.c	2011-03-17 21:08:15.000000000 +0300
 @@ -65,8 +65,8 @@
  FILE *emit_output;
  

Modified: head/devel/ucpp/pkg-descr
==============================================================================
--- head/devel/ucpp/pkg-descr	Tue Sep 20 18:32:54 2016	(r422536)
+++ head/devel/ucpp/pkg-descr	Tue Sep 20 18:36:15 2016	(r422537)
@@ -6,4 +6,4 @@ ucpp is a C preprocessor and lexer. It h
    - Possibility to use the code as a lexer (that outputs tokens
      directly)
 
-WWW: http://code.google.com/p/ucpp/
+WWW: https://github.com/scarabeusiv/ucpp

Added: head/devel/ucpp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ucpp/pkg-plist	Tue Sep 20 18:36:15 2016	(r422537)
@@ -0,0 +1,14 @@
+bin/ucpp
+include/libucpp/cpp.h
+include/libucpp/hash.h
+include/libucpp/mem.h
+include/libucpp/nhash.h
+include/libucpp/tune.h
+include/libucpp/ucpp-config.h
+include/libucpp/ucppi.h
+lib/libucpp.a
+lib/libucpp.so
+lib/libucpp.so.13
+lib/libucpp.so.13.0.4
+libdata/pkgconfig/libucpp.pc
+man/man1/ucpp.1.gz


More information about the svn-ports-head mailing list