From owner-svn-ports-all@freebsd.org Tue Sep 20 18:36:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50673BE27A2; Tue, 20 Sep 2016 18:36:17 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28E00151; Tue, 20 Sep 2016 18:36:17 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KIaGkO038999; Tue, 20 Sep 2016 18:36:16 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8KIaFTP038994; Tue, 20 Sep 2016 18:36:15 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609201836.u8KIaFTP038994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Tue, 20 Sep 2016 18:36:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422537 - in head/devel/ucpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 18:36:17 -0000 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@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 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