svn commit: r383422 - head/devel/protobuf-c
Don Lewis
truckman at FreeBSD.org
Mon Apr 6 12:51:38 UTC 2015
Author: truckman
Date: Mon Apr 6 12:51:36 2015
New Revision: 383422
URL: https://svnweb.freebsd.org/changeset/ports/383422
Log:
Convert to USE_GITHUB. This requires USES=autoreconf, but eliminates
the need for USES=pathfix as well as a patch.
Differential Revision: https://reviews.freebsd.org/D2234
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
Modified:
head/devel/protobuf-c/Makefile
head/devel/protobuf-c/distinfo
Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile Mon Apr 6 12:42:39 2015 (r383421)
+++ head/devel/protobuf-c/Makefile Mon Apr 6 12:51:36 2015 (r383422)
@@ -1,11 +1,10 @@
# Created by: Aaron Hurt <ahurt at anbcs.com>
# $FreeBSD$
-PORTNAME= protobuf-c
-PORTVERSION= 1.1.0
-CATEGORIES= devel
-MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ \
- LOCAL/truckman/farsight
+PORTNAME= protobuf-c
+PORTVERSION= 1.1.0
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
MAINTAINER= truckman at FreeBSD.org
COMMENT= Code generator and libraries to use Protocol Buffers from pure C
@@ -15,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
-USES= gmake libtool pathfix pkgconfig
+USES= autoreconf gmake libtool pkgconfig
GNU_CONFIGURE= yes
+USE_GITHUB= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -34,9 +34,6 @@ DOXYGEN_ALL_TARGET= html-local
.include <bsd.port.options.mk>
-post-patch:
- @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "bin/ld"|g' ${WRKSRC}/configure
-
.if ${PORT_OPTIONS:MDOXYGEN}
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
Modified: head/devel/protobuf-c/distinfo
==============================================================================
--- head/devel/protobuf-c/distinfo Mon Apr 6 12:42:39 2015 (r383421)
+++ head/devel/protobuf-c/distinfo Mon Apr 6 12:51:36 2015 (r383422)
@@ -1,2 +1,2 @@
-SHA256 (protobuf-c-1.1.0.tar.gz) = 9a973fc04aac003f9cf2b5a90ac4b8fa294cacb4e3f0796d3b5a789a5ad46c07
-SIZE (protobuf-c-1.1.0.tar.gz) = 453852
+SHA256 (protobuf-c-v1.1.0_GH0.tar.gz) = 8ced3df85ce862f34dd1d8e773ac79ea1079842065ff39a6a65f51cc83aa2604
+SIZE (protobuf-c-v1.1.0_GH0.tar.gz) = 115866
More information about the svn-ports-all
mailing list