diff options
author | pi <pi@FreeBSD.org> | 2014-10-21 04:18:21 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-10-21 04:18:21 +0800 |
commit | 51d4be698d0336d5eadc3e1c8b39eabe61ffc165 (patch) | |
tree | 45ad87ebea57c1c49570cf6c95bea85a9378d546 /devel | |
parent | a927d058df787248f248976f1dff15aa57746699 (diff) | |
download | freebsd-ports-gnome-51d4be698d0336d5eadc3e1c8b39eabe61ffc165.tar.gz freebsd-ports-gnome-51d4be698d0336d5eadc3e1c8b39eabe61ffc165.tar.zst freebsd-ports-gnome-51d4be698d0336d5eadc3e1c8b39eabe61ffc165.zip |
devel/ding-libs: 0.1.3 -> 0.4.0
Changes:
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.2.91
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0.1
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.4.0
PR: 194116
Submitted by: Sebastian YEPES F. <syepes@gmail.com>
Approved by: aweits@rit.edu (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ding-libs/Makefile | 6 | ||||
-rw-r--r-- | devel/ding-libs/distinfo | 4 | ||||
-rw-r--r-- | devel/ding-libs/pkg-plist | 35 |
3 files changed, 26 insertions, 19 deletions
diff --git a/devel/ding-libs/Makefile b/devel/ding-libs/Makefile index bb17ee5154a7..cda2d1a9a2ee 100644 --- a/devel/ding-libs/Makefile +++ b/devel/ding-libs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ding-libs -DISTVERSION= 0.1.3 -PORTREVISION= 1 +DISTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ @@ -13,10 +12,11 @@ COMMENT= Collection of useful libraries for developers LICENSE= GPLv3 GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USES= gettext libtool pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFIGURE_ENV+= DOXYGEN="" diff --git a/devel/ding-libs/distinfo b/devel/ding-libs/distinfo index a682264504f2..3f908d53805c 100644 --- a/devel/ding-libs/distinfo +++ b/devel/ding-libs/distinfo @@ -1,2 +1,2 @@ -SHA256 (ding-libs-0.1.3.tar.gz) = 97c9c02fee77c8467d759dc4fe3a9136cd1349aa7abb29c9af1d36c6fb25e33e -SIZE (ding-libs-0.1.3.tar.gz) = 526095 +SHA256 (ding-libs-0.4.0.tar.gz) = bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457 +SIZE (ding-libs-0.4.0.tar.gz) = 827058 diff --git a/devel/ding-libs/pkg-plist b/devel/ding-libs/pkg-plist index 31fd50d27eef..93af49fa3787 100644 --- a/devel/ding-libs/pkg-plist +++ b/devel/ding-libs/pkg-plist @@ -3,38 +3,45 @@ include/collection_queue.h include/collection_stack.h include/collection_tools.h include/dhash.h +include/ini_comment.h include/ini_config.h +include/ini_configobj.h +include/ini_valueobj.h include/path_utils.h include/ref_array.h +include/simplebuffer.h +lib/libbasicobjects.a +lib/libbasicobjects.so +lib/libbasicobjects.so.0 +lib/libbasicobjects.so.0.1.0 lib/libcollection.a lib/libcollection.so -lib/libcollection.so.2 -lib/libcollection.so.2.0.0 +lib/libcollection.so.4 +lib/libcollection.so.4.0.0 lib/libdhash.a lib/libdhash.so lib/libdhash.so.1 -lib/libdhash.so.1.0.1 +lib/libdhash.so.1.0.2 lib/libini_config.a lib/libini_config.so -lib/libini_config.so.2 -lib/libini_config.so.2.0.0 +lib/libini_config.so.5 +lib/libini_config.so.5.0.0 lib/libpath_utils.a lib/libpath_utils.so lib/libpath_utils.so.1 -lib/libpath_utils.so.1.0.0 +lib/libpath_utils.so.1.0.1 lib/libref_array.a lib/libref_array.so lib/libref_array.so.1 -lib/libref_array.so.1.0.0 -libdata/pkgconfig/path_utils.pc -libdata/pkgconfig/dhash.pc +lib/libref_array.so.1.2.0 +libdata/pkgconfig/basicobjects.pc libdata/pkgconfig/collection.pc -libdata/pkgconfig/ref_array.pc +libdata/pkgconfig/dhash.pc libdata/pkgconfig/ini_config.pc -%%PORTDOCS%%%%DOCSDIR%%/README.path_utils +libdata/pkgconfig/path_utils.pc +libdata/pkgconfig/ref_array.pc %%PORTDOCS%%%%DOCSDIR%%/README.dhash +%%PORTDOCS%%%%DOCSDIR%%/README.path_utils %%PORTDOCS%%%%DOCSDIR%%/README.ref_array -%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_test.c %%PORTDOCS%%%%DOCSDIR%%/examples/dhash_example.c -%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_test.c |