- Update to 1.6
- Use GOOGLE_CODE macro - Sort PORTDOCS PR: ports/161272 Submitted by: sunpoet
This commit is contained in:
parent
da38207776
commit
bd596633b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283091
3 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= gflags
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= Commandline flags module for C++
|
||||
|
@ -20,7 +19,7 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \
|
||||
gflags.html designstyle.css
|
||||
designstyle.css gflags.html
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|\(pkgconfigdir = \).*|\1$$\(DESTDIR\)$$\(prefix\)/libdata/pkgconfig|' \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gflags-1.5.tar.gz) = 21ef810b7c922861ce46768f57b6ce268c0a2cbd7635fb5414a251910b7259df
|
||||
SIZE (gflags-1.5.tar.gz) = 508989
|
||||
SHA256 (gflags-1.6.tar.gz) = f00afe785703a5fc932e9184ea40d52e6f5887600c557441ed3ece0d612cb392
|
||||
SIZE (gflags-1.6.tar.gz) = 512097
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
bin/gflags_completions.sh
|
||||
include/gflags/gflags.h
|
||||
include/gflags/gflags_completions.h
|
||||
include/gflags/gflags_declare.h
|
||||
include/google/gflags.h
|
||||
include/google/gflags_completions.h
|
||||
lib/libgflags.a
|
||||
lib/libgflags.la
|
||||
lib/libgflags.so
|
||||
lib/libgflags.so.1
|
||||
lib/libgflags.so.2
|
||||
lib/libgflags_nothreads.a
|
||||
lib/libgflags_nothreads.la
|
||||
lib/libgflags_nothreads.so
|
||||
lib/libgflags_nothreads.so.1
|
||||
lib/libgflags_nothreads.so.2
|
||||
libdata/pkgconfig/libgflags.pc
|
||||
libdata/pkgconfig/libgflags_nothreads.pc
|
||||
@dirrmtry include/google
|
||||
|
|
Loading…
Reference in a new issue