svn commit: r315381 - head/deskutils/glipper
Koop Mast
kwm at FreeBSD.org
Wed Mar 27 13:50:38 UTC 2013
Author: kwm
Date: Wed Mar 27 13:50:37 2013
New Revision: 315381
URL: http://svnweb.freebsd.org/changeset/ports/315381
Log:
Fix build with glib 2.34.
While here, trim header and update WWW to new home.
Submitted by: pointyhat via miwi
Modified:
head/deskutils/glipper/Makefile
head/deskutils/glipper/pkg-descr
Modified: head/deskutils/glipper/Makefile
==============================================================================
--- head/deskutils/glipper/Makefile Wed Mar 27 13:38:56 2013 (r315380)
+++ head/deskutils/glipper/Makefile Wed Mar 27 13:50:37 2013 (r315381)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: glipper
-# Date created: 2007-10-21
-# Whom: Yuri Pankov <yuri.pankov at gmail.com>
-#
+# Created by: Yuri Pankov <yuri.pankov at gmail.com>
# $FreeBSD$
-#
PORTNAME= glipper
PORTVERSION= 1.0
@@ -26,4 +22,8 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/libex
GCONF_SCHEMAS= glipper.schemas
+post-patch:
+ @${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \
+ ${WRKSRC}/glipper/keybinder/tomboykeybinder.h
+
.include <bsd.port.mk>
Modified: head/deskutils/glipper/pkg-descr
==============================================================================
--- head/deskutils/glipper/pkg-descr Wed Mar 27 13:38:56 2013 (r315380)
+++ head/deskutils/glipper/pkg-descr Wed Mar 27 13:50:37 2013 (r315381)
@@ -5,4 +5,4 @@ GNOME counterpart to KDE's Klipper.
Glipper uses plugins to give the user all the extra functionality they want,
including support for Actions, Snippets and No-Paste services.
-WWW: http://glipper.sourceforge.net/
+WWW: https://launchpad.net/glipper
More information about the svn-ports-head
mailing list