- Update to 1.4
- Add license - Add missing dependencies - Take maintainership
This commit is contained in:
parent
f7ffc7dbbd
commit
c037ea24a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421677
3 changed files with 13 additions and 18 deletions
|
@ -2,16 +2,20 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= xcowsay
|
PORTNAME= xcowsay
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.4
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.nickg.me.uk/files/ \
|
MASTER_SITES= http://www.nickg.me.uk/files/ \
|
||||||
http://www.predatorlabs.net/dl/
|
http://www.predatorlabs.net/dl/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Graphical configurable talking cow
|
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
|
USES= gettext gmake pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -28,7 +32,8 @@ PLIST_FILES= bin/xcowdream \
|
||||||
|
|
||||||
OPTIONS_DEFINE= DBUS
|
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_CFLAGS= -DWITH_DBUS
|
||||||
DBUS_CONFIGURE_ENABLE= dbus
|
DBUS_CONFIGURE_ENABLE= dbus
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (xcowsay-1.3.tar.gz) = e055a35d7bb8bf17f07b5336bbd081a1a53f0b02f83c250b714bb6531789ebcf
|
TIMESTAMP = 1473495942
|
||||||
SIZE (xcowsay-1.3.tar.gz) = 269836
|
SHA256 (xcowsay-1.4.tar.gz) = c7e261ba0262c3821c106ccb6d6f984e3c2da999ad10151364e55d1c699f8e51
|
||||||
|
SIZE (xcowsay-1.4.tar.gz) = 288607
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ./src/xcowsay.c.orig 2010-12-22 22:33:28.806155135 -0800
|
|
||||||
+++ ./src/xcowsay.c 2010-12-22 22:34:03.718166298 -0800
|
|
||||||
@@ -252,7 +252,7 @@
|
|
||||||
parse_config_file();
|
|
||||||
|
|
||||||
int c, index = 0, failure = 0;
|
|
||||||
- const char *spec = "hvld:rt:f:";
|
|
||||||
+ const char *spec = "hvld:r:t:f:";
|
|
||||||
const char *dream_file = NULL;
|
|
||||||
while ((c = getopt_long(argc, argv, spec, long_options, &index)) != -1) {
|
|
||||||
switch (c) {
|
|
Loading…
Reference in a new issue