svn commit: r306868 - head/sysutils/gtk-imonc
Pawel Pekala
pawel at FreeBSD.org
Fri Nov 2 16:36:02 UTC 2012
Author: pawel
Date: Fri Nov 2 16:36:01 2012
New Revision: 306868
URL: http://svn.freebsd.org/changeset/ports/306868
Log:
- Remove DEPRECATED
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Fix desktop file
PR: ports/172251
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Feature safe: yes
Modified:
head/sysutils/gtk-imonc/Makefile
head/sysutils/gtk-imonc/pkg-descr
head/sysutils/gtk-imonc/pkg-plist
Modified: head/sysutils/gtk-imonc/Makefile
==============================================================================
--- head/sysutils/gtk-imonc/Makefile Fri Nov 2 16:07:52 2012 (r306867)
+++ head/sysutils/gtk-imonc/Makefile Fri Nov 2 16:36:01 2012 (r306868)
@@ -3,23 +3,42 @@
PORTNAME= gtk-imonc
PORTVERSION= 0.6.4.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= sysutils
-MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
+MASTER_SITES= http://stefan-strigler.de/download/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router
+COMMENT= GTK2-based imond-client to control an on(e) disc fli4l router
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
+LICENSE= GPLv2 # (or later)
+
+LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+ pcre:${PORTSDIR}/devel/pcre \
+ cairo:${PORTSDIR}/graphics/cairo \
+ png15:${PORTSDIR}/graphics/png \
+ freetype:${PORTSDIR}/print/freetype2 \
+ expat:${PORTSDIR}/textproc/expat2 \
+ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
+ xcb:${PORTSDIR}/x11/libxcb
GNU_CONFIGURE= yes
+USE_GETTEXT= yes
+USE_ICONV= yes
+USE_PKGCONFIG= build
+USE_GNOME= gdkpixbuf2 gtk20
+USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \
+ xfixes xi xinerama xrandr xrender
+MAKE_JOBS_SAFE= yes
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GNOME= gtk20 gnomehier
post-patch:
- @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
- ${WRKSRC}/src/md5.h
+ @${REINPLACE_CMD} -e \
+ 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e \
+ 's|/usr/share/pixmaps/||' ${WRKSRC}/gtk-imonc.desktop
+ @${REINPLACE_CMD} -e \
+ 's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/src/md5.h
.include <bsd.port.mk>
Modified: head/sysutils/gtk-imonc/pkg-descr
==============================================================================
--- head/sysutils/gtk-imonc/pkg-descr Fri Nov 2 16:07:52 2012 (r306867)
+++ head/sysutils/gtk-imonc/pkg-descr Fri Nov 2 16:36:01 2012 (r306868)
@@ -2,4 +2,4 @@ GTK-Imonc is a GTK2-based imond-client t
router. You can dial/hangup the connection, show status information
(traffic, cpu), shutdown/reboot and even remotely update the router.
-WWW: http://userpage.fu-berlin.de/%7Ezeank/gtk-imonc/
+WWW: http://stefan-strigler.de/gtkimonc/
Modified: head/sysutils/gtk-imonc/pkg-plist
==============================================================================
--- head/sysutils/gtk-imonc/pkg-plist Fri Nov 2 16:07:52 2012 (r306867)
+++ head/sysutils/gtk-imonc/pkg-plist Fri Nov 2 16:36:01 2012 (r306868)
@@ -1,16 +1,17 @@
bin/gtk-imonc
-share/gnome/apps/Internet/gtk-imonc.desktop
-share/gtk-imonc/pixmaps/docklet-inactive.png
-share/gtk-imonc/pixmaps/docklet-offline.png
-share/gtk-imonc/pixmaps/docklet-online.png
-share/gtk-imonc/pixmaps/gtk-imonc.png
-share/gtk-imonc/pixmaps/offline.png
-share/gtk-imonc/pixmaps/offline.xpm
-share/gtk-imonc/pixmaps/online.png
-share/gtk-imonc/pixmaps/online.xpm
-share/gtk-imonc/pixmaps/reboot.png
-share/gtk-imonc/pixmaps/shutdown.png
+share/applications/gtk-imonc.desktop
+%%DATADIR%%/pixmaps/docklet-inactive.png
+%%DATADIR%%/pixmaps/docklet-offline.png
+%%DATADIR%%/pixmaps/docklet-online.png
+%%DATADIR%%/pixmaps/gtk-imonc.png
+%%DATADIR%%/pixmaps/offline.png
+%%DATADIR%%/pixmaps/offline.xpm
+%%DATADIR%%/pixmaps/online.png
+%%DATADIR%%/pixmaps/online.xpm
+%%DATADIR%%/pixmaps/reboot.png
+%%DATADIR%%/pixmaps/shutdown.png
share/locale/de/LC_MESSAGES/gtk-imonc.mo
share/pixmaps/gtk-imonc.png
- at dirrm share/gtk-imonc/pixmaps
- at dirrm share/gtk-imonc
+ at dirrm %%DATADIR%%/pixmaps
+ at dirrm %%DATADIR%%
+ at dirrmtry share/applications
More information about the svn-ports-all
mailing list