From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 13:05:02 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 1C5F0C02; Wed, 10 Oct 2012 13:05:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DEB1D8FC0A; Wed, 10 Oct 2012 13:05:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AD51KY032171; Wed, 10 Oct 2012 13:05:01 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AD51LO032168; Wed, 10 Oct 2012 13:05:01 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201210101305.q9AD51LO032168@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 10 Oct 2012 13:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305655 - head/x11-wm/e16 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: Wed, 10 Oct 2012 13:05:02 -0000 Author: gahr Date: Wed Oct 10 13:05:01 2012 New Revision: 305655 URL: http://svn.freebsd.org/changeset/ports/305655 Log: - Update to 1.0.11 - Add OptionsNG to select ESD sound server - Convert NLS and PORTDOCS checks to OptionsNG Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo (contents, props changed) Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Wed Oct 10 13:03:07 2012 (r305654) +++ head/x11-wm/e16/Makefile Wed Oct 10 13:05:01 2012 (r305655) @@ -1,19 +1,16 @@ -# New ports collection makefile for: enlightenment -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= e16 -PORTVERSION= 1.0.10.002 +PORTVERSION= 1.0.11 CATEGORIES= x11-wm enlightenment -MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ +MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager -#BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +OPTIONS_DEFINE= ESOUND +OPTIONS_DEFAULT=ESOUND USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm @@ -25,13 +22,15 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-esdtest --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh -.if !defined(WITHOUT_ESOUND) +.include + +.if ${PORT_OPTIONS:MESOUND} USE_GNOME= esound .else CONFIGURE_ARGS+=--disable-sound .endif -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else @@ -39,7 +38,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} MAN1= e16.1 CONFIGURE_ARGS+=--enable-docs=yes .else Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Wed Oct 10 13:03:07 2012 (r305654) +++ head/x11-wm/e16/distinfo Wed Oct 10 13:05:01 2012 (r305655) @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.10.002.tar.gz) = 1e535d1cbcc72d799dd12f7d5f6e1e03565495bb9fd4469e25e6ff731bb4606e -SIZE (e16-1.0.10.002.tar.gz) = 2289750 +SHA256 (e16-1.0.11.tar.gz) = c7bc9fed4a83d2791df2acd6aa9e710cc162f2b54312c834f41940fb60a1f13e +SIZE (e16-1.0.11.tar.gz) = 2281672