From owner-svn-ports-head@freebsd.org Sat Sep 10 08:39:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14FB4BD5D3B; Sat, 10 Sep 2016 08:39:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF4557C3; Sat, 10 Sep 2016 08:39:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8A8derb033083; Sat, 10 Sep 2016 08:39:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8A8dexY033081; Sat, 10 Sep 2016 08:39:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201609100839.u8A8dexY033081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 10 Sep 2016 08:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421677 - in head/games/xcowsay: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 08:39:42 -0000 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