Update to libxdg-basedir-1.2.0

This commit is contained in:
dcoppa 2012-01-25 14:13:34 +00:00
parent fde4c8063b
commit a0f7063e96
3 changed files with 8 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2010/12/15 13:22:03 dcoppa Exp $
# $OpenBSD: Makefile,v 1.3 2012/01/25 14:13:34 dcoppa Exp $
COMMENT = implementation of the XDG Base Directory specification
DISTNAME = libxdg-basedir-1.1.1
SHARED_LIBS += xdg-basedir 1.0 # .1.1
DISTNAME = libxdg-basedir-1.2.0
SHARED_LIBS += xdg-basedir 2.0 # .3.0
CATEGORIES = x11 devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>

View File

@ -1,5 +1,5 @@
MD5 (libxdg-basedir-1.1.1.tar.gz) = fGSiiwjI/fbIqVsNXxSXsA==
RMD160 (libxdg-basedir-1.1.1.tar.gz) = UCTh/pLW/UoJPkxf8sPAUgsnyR4=
SHA1 (libxdg-basedir-1.1.1.tar.gz) = EzsrZqbqQ1YPSsQdEjXTKC4x2oQ=
SHA256 (libxdg-basedir-1.1.1.tar.gz) = KFW0RhncjUO6ffmV5Ti/OD9TtCdqJsfCa37APHub4Kw=
SIZE (libxdg-basedir-1.1.1.tar.gz) = 316118
MD5 (libxdg-basedir-1.2.0.tar.gz) = Wp6qui7H9iJT7K7QMq8xOw==
RMD160 (libxdg-basedir-1.2.0.tar.gz) = bgaKgSQowJpAFfTrNYDF3nonIWM=
SHA1 (libxdg-basedir-1.2.0.tar.gz) = uSSv5OKcUjWK1nR2iH6coNz5D3w=
SHA256 (libxdg-basedir-1.2.0.tar.gz) = J1epSWGHQtgKxZ7i8NlGrcbnFXZAbN95jmztUHcIzfQ=
SIZE (libxdg-basedir-1.2.0.tar.gz) = 335790

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.2 2010/12/15 13:22:03 dcoppa Exp $
--- configure.orig Tue Jul 13 07:50:22 2010
+++ configure Wed Dec 15 14:13:49 2010
@@ -12943,7 +12943,7 @@ done
case $host in
- *-freebsd*) ;;
+ *-freebsd*|*-openbsd*) ;;
*)
for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do