Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 13:05:01 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305655 - head/x11-wm/e16
Message-ID:  <201210101305.q9AD51LO032168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
+# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 # $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 <bsd.port.options.mk>
+
+.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101305.q9AD51LO032168>