diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:24:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:24:55 +0800 |
commit | bc77fed2700daad77813f3c62ba1f87a792c2412 (patch) | |
tree | 2087e68e6aedb14eb8dc5867bd7b0e33db9f1fd4 /x11 | |
parent | b0fe4ef475e19a5a00093f829d3cdb6d97b0a777 (diff) | |
download | freebsd-ports-gnome-bc77fed2700daad77813f3c62ba1f87a792c2412.tar.gz freebsd-ports-gnome-bc77fed2700daad77813f3c62ba1f87a792c2412.tar.zst freebsd-ports-gnome-bc77fed2700daad77813f3c62ba1f87a792c2412.zip |
- Update to 1.1.1
Changes: http://repo.or.cz/w/libxdg-basedir.git
- Merge branch 'development', bumped version to 1.1.1, adjusted libtool version
info.
- Fixed running tests in seperate build directory (e.g. during distcheck).
- Added checks to configure.ac, removed single explicit use of size_t.
- Fixed various compiler warnings.
- Fixed potential memory leaks in xdg{Data,Config}{Find,Open} functions.
- Added tests for xdg{Data,Config}Find functions.
- Added ability to run with valgrind to query-harness.sh.
- Added -Wall CFLAG.
- Moved doxygen autoconf macros into m4 directory.
- Changed development version string to 1.99.0.
PR: ports/163299
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxdg-basedir/Makefile | 2 | ||||
-rw-r--r-- | x11/libxdg-basedir/distinfo | 4 | ||||
-rw-r--r-- | x11/libxdg-basedir/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/libxdg-basedir/Makefile b/x11/libxdg-basedir/Makefile index 77e7bc44fd1d..5bd951229d5d 100644 --- a/x11/libxdg-basedir/Makefile +++ b/x11/libxdg-basedir/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxdg-basedir -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= x11 MASTER_SITES= http://n.ethz.ch/student/nevillm/download/libxdg-basedir/ diff --git a/x11/libxdg-basedir/distinfo b/x11/libxdg-basedir/distinfo index 1828b05c71d0..2c5840459d54 100644 --- a/x11/libxdg-basedir/distinfo +++ b/x11/libxdg-basedir/distinfo @@ -1,2 +1,2 @@ -SHA256 (libxdg-basedir-1.1.0.tar.gz) = 594ff7beed70e8817d9af95ba78bece347c66375e1c08ed09478afe74b2e9950 -SIZE (libxdg-basedir-1.1.0.tar.gz) = 315193 +SHA256 (libxdg-basedir-1.1.1.tar.gz) = 2855b44619dc8d43ba7df995e538bf383f53b4276a26c7c26b7ec03c7b9be0ac +SIZE (libxdg-basedir-1.1.1.tar.gz) = 316118 diff --git a/x11/libxdg-basedir/pkg-plist b/x11/libxdg-basedir/pkg-plist index 56042f7f20a3..eb005c5629e7 100644 --- a/x11/libxdg-basedir/pkg-plist +++ b/x11/libxdg-basedir/pkg-plist @@ -3,5 +3,5 @@ include/basedir_fs.h lib/libxdg-basedir.a lib/libxdg-basedir.la lib/libxdg-basedir.so -lib/libxdg-basedir.so.1 +lib/libxdg-basedir.so.2 libdata/pkgconfig/libxdg-basedir.pc |