mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -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
|
||||
PORTVERSION= 0.5.4
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \
|
||||
http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
||||
http://grimicus.dyndns.org:8080/%SUBDIR%/ \
|
||||
ftp://ftp.fr.gnome.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf
|
||||
|
||||
MAINTAINER= oliver@freebsd.org
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
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_REINPLACE= 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>
|
||||
|
|
|
@ -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/Config.h
|
||||
include/varconf/dynbase.h
|
||||
include/varconf/dyncmp.h
|
||||
include/varconf/dyntypes.h
|
||||
include/varconf/dynvar.h
|
||||
include/varconf/parse_error.h
|
||||
include/varconf/varconf.h
|
||||
include/varconf/variable.h
|
||||
lib/libvarconf.a
|
||||
lib/libvarconf.la
|
||||
lib/libvarconf.so
|
||||
lib/libvarconf.so.1
|
||||
share/aclocal/varconf.m4
|
||||
share/doc/varconf-0.5.4/AUTHORS
|
||||
share/doc/varconf-0.5.4/COPYING
|
||||
share/doc/varconf-0.5.4/NEWS
|
||||
share/doc/varconf-0.5.4/README
|
||||
share/doc/varconf-0.5.4/THANKS
|
||||
@dirrm include/varconf
|
||||
@dirrm share/doc/varconf-0.5.4
|
||||
include/varconf-1.0/varconf/Config.h
|
||||
include/varconf-1.0/varconf/dynbase.h
|
||||
include/varconf-1.0/varconf/dyncmp.h
|
||||
include/varconf-1.0/varconf/dyntypes.h
|
||||
include/varconf-1.0/varconf/dynvar.h
|
||||
include/varconf-1.0/varconf/parse_error.h
|
||||
include/varconf-1.0/varconf/varconf.h
|
||||
include/varconf-1.0/varconf/variable.h
|
||||
lib/libvarconf-1.0.la
|
||||
lib/libvarconf-1.0.so.1
|
||||
libdata/pkgconfig/varconf-1.0.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
@dirrm include/varconf-1.0/varconf
|
||||
@dirrm include/varconf-1.0
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue