update to varconf 0.6.1
This commit is contained in:
parent
4180069d9c
commit
22eacece67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99756
3 changed files with 7 additions and 7 deletions
|
@ -6,12 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= varconf
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \
|
||||
http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
||||
ftp://ftp.fr.gnome.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf
|
||||
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/varconf/ \
|
||||
http://purple.worldforge.org/wf/downloads/libs/varconf/
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A Configuration System for the STAGE Server
|
||||
|
@ -21,6 +19,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
|
|||
USE_LIBTOOL= YES
|
||||
USE_REINPLACE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
INSTALLS_SHLIB= YES
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^doc_DATA = .*|#&|g' \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (varconf-0.6.0.tar.gz) = ab23e58608a5f44ef2f5bd81a488cf0d
|
||||
MD5 (varconf-0.6.1.tar.gz) = 1abd1b1ccd04526258e7b959f3d04984
|
||||
|
|
|
@ -7,7 +7,8 @@ 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
|
||||
lib/libvarconf-1.0.so
|
||||
lib/libvarconf-1.0.so.2
|
||||
libdata/pkgconfig/varconf-1.0.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
|
|
Loading…
Reference in a new issue