diff options
author | clement <clement@FreeBSD.org> | 2006-05-03 21:05:06 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-05-03 21:05:06 +0800 |
commit | af693fe42af5052f4e03667ee7917e983676ee88 (patch) | |
tree | 296f771e87eb3c2e4f8b9a030edd18d10af002aa /devel/dotconf | |
parent | d66fd8e10d95ab3f404e84747ba985c3f7e889b7 (diff) | |
download | freebsd-ports-gnome-af693fe42af5052f4e03667ee7917e983676ee88.tar.gz freebsd-ports-gnome-af693fe42af5052f4e03667ee7917e983676ee88.tar.zst freebsd-ports-gnome-af693fe42af5052f4e03667ee7917e983676ee88.zip |
- Update to 1.1.0
Diffstat (limited to 'devel/dotconf')
-rw-r--r-- | devel/dotconf/Makefile | 5 | ||||
-rw-r--r-- | devel/dotconf/distinfo | 5 | ||||
-rw-r--r-- | devel/dotconf/pkg-plist | 9 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 59578949ffc2..cf93d0415d67 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -7,10 +7,9 @@ # PORTNAME= dotconf -PORTVERSION= 1.0.13 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel -MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/ +MASTER_SITES= http://www.azzit.de/dotconf/download/v1.1/ MAINTAINER= clement@FreeBSD.org COMMENT= A simple, powerful configuration-file parser diff --git a/devel/dotconf/distinfo b/devel/dotconf/distinfo index e8acd55e02b1..ac55b7442161 100644 --- a/devel/dotconf/distinfo +++ b/devel/dotconf/distinfo @@ -1,3 +1,2 @@ -MD5 (dotconf-1.0.13.tar.gz) = bbf981a5f4a64e94cc6f2a693f96c21a -SHA256 (dotconf-1.0.13.tar.gz) = 8955fad7d9e7aef36f7a82f9577c3ae4901db1ded6ce57aec0d93e39c8899b65 -SIZE (dotconf-1.0.13.tar.gz) = 197993 +MD5 (dotconf-1.1.0.tar.gz) = 2aee3855ed3635a51f31c35a816c541b +SIZE (dotconf-1.1.0.tar.gz) = 199548 diff --git a/devel/dotconf/pkg-plist b/devel/dotconf/pkg-plist index 5e24e4076706..99dfc110dca8 100644 --- a/devel/dotconf/pkg-plist +++ b/devel/dotconf/pkg-plist @@ -4,13 +4,19 @@ include/dotconf.h include/libpool.h lib/libdotconf.a lib/libdotconf.so -lib/libdotconf.so.10 +lib/libdotconf.so.0 libdata/pkgconfig/dotconf.pc lib/libpool.a share/aclocal/dotconf.m4 %%PORTDOCS%%%%DOCSDIR%%/dotconf-api.txt %%PORTDOCS%%%%DOCSDIR%%/dotconf-features.txt %%PORTDOCS%%%%EXAMPLESDIR%%/README +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/Makefile +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/argdouble.conf +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/example_argdouble.dsp +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/output +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/testoutput +%%PORTDOCS%%%%EXAMPLESDIR%%/argdouble/argdouble.c %%PORTDOCS%%%%EXAMPLESDIR%%/caseinsensitive/Makefile %%PORTDOCS%%%%EXAMPLESDIR%%/caseinsensitive/caseinsensitive.c %%PORTDOCS%%%%EXAMPLESDIR%%/caseinsensitive/caseinsensitive.conf @@ -64,6 +70,7 @@ share/aclocal/dotconf.m4 %%PORTDOCS%%%%EXAMPLESDIR%%/noinline/testoutput %%PORTDOCS%%%%EXAMPLESDIR%%/maketest.sh %%PORTDOCS%%@dirrm share/doc/dotconf +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/argdouble %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/context %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/errorhandler %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/noinline |