mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20120226
- Remove CC/CXX hacks as it is now fixed by upstream
This commit is contained in:
parent
1029dc0c16
commit
11e208f1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292387
3 changed files with 6 additions and 10 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= re2
|
||||
PORTVERSION= 20110522
|
||||
PORTVERSION= 20120226
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://jlaffaye.net/distfiles/ \
|
||||
http://laffaye.free.fr/distfiles/
|
||||
MASTER_SITES= LOCAL/jlaffaye
|
||||
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
COMMENT= A fast C++ regex library
|
||||
|
@ -20,9 +19,5 @@ USE_LDCONFIG= yes
|
|||
USE_GMAKE= yes
|
||||
MAKE_ENV= prefix=${PREFIX}
|
||||
MAKE_ARGS+= -e
|
||||
CC= ${CXX}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|g++|${CXX}|g' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (re2-20110522.tar.gz) = 660e52a2ce301919192f58cc89c2de20ce20e81e3411796e1a2d7390f8656534
|
||||
SIZE (re2-20110522.tar.gz) = 394262
|
||||
SHA256 (re2-20120226.tar.gz) = be43ca5ec691b55b1ccaa3ffa91bf84a24f52bc0190fc0154d90d7b64d495897
|
||||
SIZE (re2-20120226.tar.gz) = 409176
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
include/re2/filtered_re2.h
|
||||
include/re2/re2.h
|
||||
include/re2/variadic_function.h
|
||||
include/re2/stringpiece.h
|
||||
include/re2/variadic_function.h
|
||||
include/re2/set.h
|
||||
lib/libre2.so
|
||||
lib/libre2.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue