mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
update varconf to 0.6.0
This commit is contained in:
parent
c7a5ac9056
commit
2b3e5a151f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84401
3 changed files with 36 additions and 26 deletions
|
@ -6,20 +6,32 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= varconf
|
PORTNAME= varconf
|
||||||
PORTVERSION= 0.5.4
|
PORTVERSION= 0.6.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \
|
MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \
|
||||||
http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
||||||
http://grimicus.dyndns.org:8080/%SUBDIR%/ \
|
|
||||||
ftp://ftp.fr.gnome.org/%SUBDIR%/
|
ftp://ftp.fr.gnome.org/%SUBDIR%/
|
||||||
MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf
|
MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf
|
||||||
|
|
||||||
MAINTAINER= oliver@freebsd.org
|
MAINTAINER= oliver@FreeBSD.org
|
||||||
COMMENT= A Configuration System for the STAGE Server
|
COMMENT= A Configuration System for the STAGE Server
|
||||||
|
|
||||||
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
|
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
|
||||||
|
|
||||||
USE_LIBTOOL= YES
|
USE_LIBTOOL= YES
|
||||||
|
USE_REINPLACE= YES
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|^doc_DATA = .*|#&|g' \
|
||||||
|
-e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
|
||||||
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
.for file in README COPYING AUTHORS THANKS NEWS
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (varconf-0.5.4.tar.gz) = 0a23cf727b8d8e55a60129fa9605c23b
|
MD5 (varconf-0.6.0.tar.gz) = ab23e58608a5f44ef2f5bd81a488cf0d
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
bin/varconf-config
|
include/varconf-1.0/varconf/Config.h
|
||||||
include/varconf/Config.h
|
include/varconf-1.0/varconf/dynbase.h
|
||||||
include/varconf/dynbase.h
|
include/varconf-1.0/varconf/dyncmp.h
|
||||||
include/varconf/dyncmp.h
|
include/varconf-1.0/varconf/dyntypes.h
|
||||||
include/varconf/dyntypes.h
|
include/varconf-1.0/varconf/dynvar.h
|
||||||
include/varconf/dynvar.h
|
include/varconf-1.0/varconf/parse_error.h
|
||||||
include/varconf/parse_error.h
|
include/varconf-1.0/varconf/varconf.h
|
||||||
include/varconf/varconf.h
|
include/varconf-1.0/varconf/variable.h
|
||||||
include/varconf/variable.h
|
lib/libvarconf-1.0.la
|
||||||
lib/libvarconf.a
|
lib/libvarconf-1.0.so.1
|
||||||
lib/libvarconf.la
|
libdata/pkgconfig/varconf-1.0.pc
|
||||||
lib/libvarconf.so
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
lib/libvarconf.so.1
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
share/aclocal/varconf.m4
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||||
share/doc/varconf-0.5.4/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
share/doc/varconf-0.5.4/COPYING
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||||
share/doc/varconf-0.5.4/NEWS
|
@dirrm include/varconf-1.0/varconf
|
||||||
share/doc/varconf-0.5.4/README
|
@dirrm include/varconf-1.0
|
||||||
share/doc/varconf-0.5.4/THANKS
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
@dirrm include/varconf
|
|
||||||
@dirrm share/doc/varconf-0.5.4
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue