Date: Tue, 1 Jul 2014 18:53:47 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360080 - in head: games/xmoto sysutils/dunst x11-wm/awesome x11/libxdg-basedir Message-ID: <201407011853.s61Irl0A036340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Jul 1 18:53:47 2014 New Revision: 360080 URL: http://svnweb.freebsd.org/changeset/ports/360080 QAT: https://qat.redports.org/buildarchive/r360080/ Log: Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports Modified: head/games/xmoto/Makefile head/sysutils/dunst/Makefile head/x11-wm/awesome/Makefile head/x11/libxdg-basedir/Makefile head/x11/libxdg-basedir/pkg-plist Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Tue Jul 1 18:47:57 2014 (r360079) +++ head/games/xmoto/Makefile Tue Jul 1 18:53:47 2014 (r360080) @@ -3,6 +3,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/sysutils/dunst/Makefile ============================================================================== --- head/sysutils/dunst/Makefile Tue Jul 1 18:47:57 2014 (r360079) +++ head/sysutils/dunst/Makefile Tue Jul 1 18:53:47 2014 (r360080) @@ -3,7 +3,7 @@ PORTNAME= dunst PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.knopwob.org/public/dunst-release/ Modified: head/x11-wm/awesome/Makefile ============================================================================== --- head/x11-wm/awesome/Makefile Tue Jul 1 18:47:57 2014 (r360079) +++ head/x11-wm/awesome/Makefile Tue Jul 1 18:53:47 2014 (r360080) @@ -3,13 +3,13 @@ PORTNAME= awesome PORTVERSION= 3.5.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ MAINTAINER= garga@FreeBSD.org -COMMENT= A highly configurable, next generation framework window manager +COMMENT= Highly configurable, next generation framework window manager LICENSE= GPLv2 Modified: head/x11/libxdg-basedir/Makefile ============================================================================== --- head/x11/libxdg-basedir/Makefile Tue Jul 1 18:47:57 2014 (r360079) +++ head/x11/libxdg-basedir/Makefile Tue Jul 1 18:53:47 2014 (r360080) @@ -3,20 +3,18 @@ PORTNAME= libxdg-basedir PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://nevill.ch/libxdg-basedir/downloads/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Implementation of the XDG Base Directory specification -USES= gmake GNU_CONFIGURE= yes +USES= gmake libtool pathfix USE_LDCONFIG= yes pre-configure: - @${REINPLACE_CMD} -e \ - 's|$$(libdir)/pkgconfig|$${prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|"etc"|"${PREFIX}/etc"|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|"/\([^"]\)|"\1|' \ -e '/DefaultConfigDirectories\[\]/,/DefaultRelativeCacheHome\[\]/ s|/|" DIR_SEPARATOR_STR "|g' \ Modified: head/x11/libxdg-basedir/pkg-plist ============================================================================== --- head/x11/libxdg-basedir/pkg-plist Tue Jul 1 18:47:57 2014 (r360079) +++ head/x11/libxdg-basedir/pkg-plist Tue Jul 1 18:53:47 2014 (r360080) @@ -1,7 +1,7 @@ include/basedir.h include/basedir_fs.h lib/libxdg-basedir.a -lib/libxdg-basedir.la lib/libxdg-basedir.so -lib/libxdg-basedir.so.3 +lib/libxdg-basedir.so.1 +lib/libxdg-basedir.so.1.2.0 libdata/pkgconfig/libxdg-basedir.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011853.s61Irl0A036340>