diff options
-rw-r--r-- | audio/cowbell/Makefile | 2 | ||||
-rw-r--r-- | audio/muine/Makefile | 7 | ||||
-rw-r--r-- | games/pioneers/Makefile | 2 | ||||
-rw-r--r-- | games/pioneers/distinfo | 6 | ||||
-rw-r--r-- | games/pioneers/pkg-plist | 1 | ||||
-rw-r--r-- | sysutils/eiciel/Makefile | 2 |
6 files changed, 11 insertions, 9 deletions
diff --git a/audio/cowbell/Makefile b/audio/cowbell/Makefile index edf2d0f86..e0798c0b3 100644 --- a/audio/cowbell/Makefile +++ b/audio/cowbell/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= http://more-cowbell.org/releases/ -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An elegant music organizer LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib diff --git a/audio/muine/Makefile b/audio/muine/Makefile index b893ce2bc..cbf406f37 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.10 2007-08-04 22:07:12 marcus Exp $ +# $Id: Makefile,v 1.11 2007-10-15 23:03:35 mezz Exp $ # PORTNAME= muine PORTVERSION= 0.8.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -23,6 +23,7 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus USE_GMAKE= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20 GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -31,6 +32,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GACUTIL_FLAGS="/package muine /gacdir $(libdir) /root $(libdir)" +CONFIGURE_ARGS+= --enable-compile-warnings=maximum + GCONF_SCHEMAS= muine.schemas OPTIONS= XINE "Enable Xine backend" off \ diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 7bd7cb4c0..090521e84 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pioneers -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo index a06bf73a3..3b2e81394 100644 --- a/games/pioneers/distinfo +++ b/games/pioneers/distinfo @@ -1,3 +1,3 @@ -MD5 (pioneers-0.11.2.tar.gz) = 4fb3ec61f5a084431fe46048bd30de9d -SHA256 (pioneers-0.11.2.tar.gz) = 7d89d60b4951e70a265914c44035d6a3bc505f81a289b22aace0960d29af4a8c -SIZE (pioneers-0.11.2.tar.gz) = 2834238 +MD5 (pioneers-0.11.3.tar.gz) = b9184fb30f3fb04d3d010628a2a12b52 +SHA256 (pioneers-0.11.3.tar.gz) = 7b62c401594b2ebea310c5c63bd639811284cd2c7dbb87d6051850fcbae4cc39 +SIZE (pioneers-0.11.3.tar.gz) = 2834584 diff --git a/games/pioneers/pkg-plist b/games/pioneers/pkg-plist index a315101e1..08a4e3dd3 100644 --- a/games/pioneers/pkg-plist +++ b/games/pioneers/pkg-plist @@ -174,4 +174,3 @@ share/locale/sv/LC_MESSAGES/pioneers.mo @dirrm share/gnome/help/pioneers @dirrm share/omf/pioneers @dirrm share/pixmaps/pioneers -@dirrmtry share/applications diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index c4cea8819..ae781ce26 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/ -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME-based ACL editor, with integration into Nautilus LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 |