1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.6.4.1

- Fix plist, unbreak

PR:		ports/79017
Submitted by:	Andreas Berg <aberg@doomnet.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-03-19 23:05:19 +00:00
parent 5e67312f66
commit e96094d010
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131670
4 changed files with 9 additions and 13 deletions

View File

@ -6,23 +6,18 @@
#
PORTNAME= gtk-imonc
PORTVERSION= 0.6.3
PORTREVISION= 2
PORTVERSION= 0.6.4.1
CATEGORIES= sysutils
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
MAINTAINER= aberg@doomnet.de
COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router
BROKEN= Incomplete pkg-plist
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GETTEXT= yes
USE_ICONV= yes
USE_REINPLACE= yes
USE_GNOME= gtk20
USE_GNOME= gtk20 gnomehier
USE_X_PREFIX= yes
post-patch:

View File

@ -1,2 +1,2 @@
MD5 (gtk-imonc-0.6.3.tar.gz) = 65034e54f30f5be4b891364b69cc3d6d
SIZE (gtk-imonc-0.6.3.tar.gz) = 213741
MD5 (gtk-imonc-0.6.4.1.tar.gz) = 5f81576eb68ccb0f386844af18392c83
SIZE (gtk-imonc-0.6.4.1.tar.gz) = 216002

View File

@ -1,6 +1,6 @@
--- src/timer.c.orig Mon May 17 23:58:51 2004
+++ src/timer.c Tue May 18 00:18:15 2004
@@ -298,14 +298,14 @@
--- src/timer.c.orig Wed Jan 12 12:36:24 2005
+++ src/timer.c Thu Feb 17 21:10:06 2005
@@ -293,14 +293,14 @@
}
else
{
@ -17,7 +17,7 @@
obytes += tmpbytes;
row[i] = get_bytes (tmpbytes, obytebuf);
break;
@@ -1148,8 +1148,8 @@
@@ -1165,8 +1165,8 @@
}
else
{

View File

@ -14,3 +14,4 @@ share/locale/de/LC_MESSAGES/gtk-imonc.mo
share/pixmaps/gtk-imonc.png
@dirrm share/gtk-imonc/pixmaps
@dirrm share/gtk-imonc
@unexec rmdir %D/share/pixmaps 2> /dev/null || true