Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 08:39:40 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421677 - in head/games/xcowsay: . files
Message-ID:  <201609100839.u8A8dexY033081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Sep 10 08:39:40 2016
New Revision: 421677
URL: https://svnweb.freebsd.org/changeset/ports/421677

Log:
  - Update to 1.4
  - Add license
  - Add missing dependencies
  - Take maintainership

Deleted:
  head/games/xcowsay/files/
Modified:
  head/games/xcowsay/Makefile
  head/games/xcowsay/distinfo

Modified: head/games/xcowsay/Makefile
==============================================================================
--- head/games/xcowsay/Makefile	Sat Sep 10 08:21:23 2016	(r421676)
+++ head/games/xcowsay/Makefile	Sat Sep 10 08:39:40 2016	(r421677)
@@ -2,16 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	xcowsay
-PORTVERSION=	1.3
-PORTREVISION=	1
+PORTVERSION=	1.4
 CATEGORIES=	games
 MASTER_SITES=	http://www.nickg.me.uk/files/ \
 		http://www.predatorlabs.net/dl/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Graphical configurable talking cow
 
-USE_GNOME=	gtk20
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
+USE_GNOME=	cairo gdkpixbuf2 gtk20
 USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
@@ -28,7 +32,8 @@ PLIST_FILES=	bin/xcowdream \
 
 OPTIONS_DEFINE=	DBUS
 
-DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib
+DBUS_LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+			libdbus-1.so:devel/dbus
 DBUS_CFLAGS=		-DWITH_DBUS
 DBUS_CONFIGURE_ENABLE=	dbus
 

Modified: head/games/xcowsay/distinfo
==============================================================================
--- head/games/xcowsay/distinfo	Sat Sep 10 08:21:23 2016	(r421676)
+++ head/games/xcowsay/distinfo	Sat Sep 10 08:39:40 2016	(r421677)
@@ -1,2 +1,3 @@
-SHA256 (xcowsay-1.3.tar.gz) = e055a35d7bb8bf17f07b5336bbd081a1a53f0b02f83c250b714bb6531789ebcf
-SIZE (xcowsay-1.3.tar.gz) = 269836
+TIMESTAMP = 1473495942
+SHA256 (xcowsay-1.4.tar.gz) = c7e261ba0262c3821c106ccb6d6f984e3c2da999ad10151364e55d1c699f8e51
+SIZE (xcowsay-1.4.tar.gz) = 288607



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