svn commit: r330284 - head/x11-wm/e16
Pietro Cerutti
gahr at FreeBSD.org
Mon Oct 14 08:33:23 UTC 2013
Author: gahr
Date: Mon Oct 14 08:33:22 2013
New Revision: 330284
URL: http://svnweb.freebsd.org/changeset/ports/330284
Log:
- Update to 1.0.13.003
Changes:
* Fixup after list changes.
* Autofoo macro cleanups.
* Obsolete event handling tweak (click grabs).
* Obsolete event handling tweak (serial wrap).
* Remove useless Name[] entries from .desktop files.
* Fix menu generation some more.
* Update gettext version to 0.17.
- STAGE-clean
- Convert to new LIB_DEPENDS format
- Add DOCS and NLS to OPTIONSng
Modified:
head/x11-wm/e16/Makefile
head/x11-wm/e16/distinfo
Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile Mon Oct 14 08:09:15 2013 (r330283)
+++ head/x11-wm/e16/Makefile Mon Oct 14 08:33:22 2013 (r330284)
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= e16
-PORTVERSION= 1.0.13.001
+PORTVERSION= 1.0.13.003
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
MAINTAINER= gahr at FreeBSD.org
COMMENT= A very artistic X window manager
-OPTIONS_DEFINE= SOUND
+OPTIONS_DEFINE= DOCS NLS SOUND
SOUND_DESC= Sound support via pulseaudio/libsndfile
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
@@ -21,12 +21,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking \
--disable-rpath --enable-mans SHELL=/bin/sh
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOUND}
-LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio \
- sndfile:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libsndfile.so:${PORTSDIR}/audio/libsndfile
CONFIGURE_ARGS+=--enable-sound \
--enable-sound-pulse \
--with-sndldr=sndfile
Modified: head/x11-wm/e16/distinfo
==============================================================================
--- head/x11-wm/e16/distinfo Mon Oct 14 08:09:15 2013 (r330283)
+++ head/x11-wm/e16/distinfo Mon Oct 14 08:33:22 2013 (r330284)
@@ -1,2 +1,2 @@
-SHA256 (e16-1.0.13.001.tar.gz) = 556346ba6b80677df22e94484e9a98bee69251ff3b79acd08c48c39b604b1f32
-SIZE (e16-1.0.13.001.tar.gz) = 2330693
+SHA256 (e16-1.0.13.003.tar.gz) = 2d6d2eff4e4cda47a4257a2abd72e99128527935da85c3b5f062fedf0db306ad
+SIZE (e16-1.0.13.003.tar.gz) = 2343521
More information about the svn-ports-all
mailing list