- Trivial update to 1.2.0 Generated with FreeBSD Port Tools 0.99
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of x11/libxdg-basedir, Please note that PR ports/174676 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174676 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: pawel Date: Sun Dec 30 20:14:34 2012 New Revision: 309689 URL: http://svnweb.freebsd.org/changeset/ports/309689 Log: - Update x11/libxdg-basedir to 1.2.0 [1] - Update maintainer's email - Remove leading article from COMMENT - Bump affected ports PR: ports/174676 [1] Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) Modified: head/games/xmoto/Makefile head/x11-wm/awesome/Makefile head/x11/libxdg-basedir/Makefile head/x11/libxdg-basedir/distinfo head/x11/libxdg-basedir/pkg-plist Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Sun Dec 30 20:10:42 2012 (r309688) +++ head/games/xmoto/Makefile Sun Dec 30 20:14:34 2012 (r309689) @@ -3,6 +3,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,7 +15,7 @@ COMMENT= Challenging 2D motocross platfo LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - xdg-basedir.2:${PORTSDIR}/x11/libxdg-basedir + xdg-basedir:${PORTSDIR}/x11/libxdg-basedir BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode GNU_CONFIGURE= yes Modified: head/x11-wm/awesome/Makefile ============================================================================== --- head/x11-wm/awesome/Makefile Sun Dec 30 20:10:42 2012 (r309688) +++ head/x11-wm/awesome/Makefile Sun Dec 30 20:14:34 2012 (r309689) @@ -3,7 +3,7 @@ PORTNAME= awesome PORTVERSION= 3.4.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ Modified: head/x11/libxdg-basedir/Makefile ============================================================================== --- head/x11/libxdg-basedir/Makefile Sun Dec 30 20:10:42 2012 (r309688) +++ head/x11/libxdg-basedir/Makefile Sun Dec 30 20:14:34 2012 (r309689) @@ -1,17 +1,13 @@ -# New ports collection makefile for: libxdg-basedir -# Date created: April 18, 2009 -# Whom: Nikos Ntarmos <ntarmos@cs.uoi.gr> -# +# Created by: Nikos Ntarmos <ntarmos@cs.uoi.gr> # $FreeBSD$ -# PORTNAME= libxdg-basedir -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= x11 MASTER_SITES= http://n.ethz.ch/student/nevillm/download/libxdg-basedir/ -MAINTAINER= ntarmos@cs.uoi.gr -COMMENT= An implementation of the XDG Base Directory specification +MAINTAINER= ntarmos@ceid.upatras.gr +COMMENT= Implementation of the XDG Base Directory specification USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/x11/libxdg-basedir/distinfo ============================================================================== --- head/x11/libxdg-basedir/distinfo Sun Dec 30 20:10:42 2012 (r309688) +++ head/x11/libxdg-basedir/distinfo Sun Dec 30 20:14:34 2012 (r309689) @@ -1,2 +1,2 @@ -SHA256 (libxdg-basedir-1.1.1.tar.gz) = 2855b44619dc8d43ba7df995e538bf383f53b4276a26c7c26b7ec03c7b9be0ac -SIZE (libxdg-basedir-1.1.1.tar.gz) = 316118 +SHA256 (libxdg-basedir-1.2.0.tar.gz) = 2757a949618742d80ac59ee2f0d946adc6e71576406cdf798e6ced507708cdf4 +SIZE (libxdg-basedir-1.2.0.tar.gz) = 335790 Modified: head/x11/libxdg-basedir/pkg-plist ============================================================================== --- head/x11/libxdg-basedir/pkg-plist Sun Dec 30 20:10:42 2012 (r309688) +++ head/x11/libxdg-basedir/pkg-plist Sun Dec 30 20:14:34 2012 (r309689) @@ -3,5 +3,5 @@ include/basedir_fs.h lib/libxdg-basedir.a lib/libxdg-basedir.la lib/libxdg-basedir.so -lib/libxdg-basedir.so.2 +lib/libxdg-basedir.so.3 libdata/pkgconfig/libxdg-basedir.pc _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!