From owner-svn-ports-all@FreeBSD.ORG Sun Dec 30 20:14:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A49F16C; Sun, 30 Dec 2012 20:14:36 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 233388FC08; Sun, 30 Dec 2012 20:14:36 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUKEawh072829; Sun, 30 Dec 2012 20:14:36 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBUKEZfR072821; Sun, 30 Dec 2012 20:14:35 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201212302014.qBUKEZfR072821@svn.freebsd.org> From: Pawel Pekala Date: Sun, 30 Dec 2012 20:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309689 - in head: games/xmoto x11-wm/awesome x11/libxdg-basedir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 20:14:36 -0000 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 (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 -# +# Created by: Nikos Ntarmos # $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