mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- 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)
This commit is contained in:
parent
8bafa0fb79
commit
3d4a5142a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287427
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user