diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-12-04 08:39:41 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-12-04 08:39:41 +0800 |
commit | 537cb2bd9fee374c788290a8c1621749c6428e81 (patch) | |
tree | cb102512f496514dfd069ad6b3ea2e35aa6fa827 | |
parent | af42edc943684953b769abb41856f1d628775ceb (diff) | |
download | freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.tar.gz freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.tar.zst freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.zip |
- update to 4.4.0
Changelog: https://launchpad.net/xpad/+announcements
-rw-r--r-- | deskutils/xpad-current/Makefile | 10 | ||||
-rw-r--r-- | deskutils/xpad-current/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index b5b44f5fb335..e568840c089b 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 4.1 -PORTREVISION= 4 +PORTVERSION= 4.4.0 CATEGORIES= deskutils -MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ +MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.4/+download/ PKGNAMESUFFIX= -current MAINTAINER= jgh@FreeBSD.org @@ -18,16 +17,19 @@ OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad-[0-9]* USE_XORG= x11 sm -USE_GNOME= gtk20 gnomehier intltool +USE_GNOME= gtk30 gnomehier intltool gtksourceview3 USES= pkgconfig gmake tar:bzip2 INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes +NEED_ROOT=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme + .include <bsd.port.options.mk> post-patch: diff --git a/deskutils/xpad-current/distinfo b/deskutils/xpad-current/distinfo index e3df50d8acdd..f7886df7afc8 100644 --- a/deskutils/xpad-current/distinfo +++ b/deskutils/xpad-current/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpad-4.1.tar.bz2) = 0e36e5f45dd87ec54151f5fddcb78f5f0eec3d0056ae1c4b99b4bfc4eec1bbb9 -SIZE (xpad-4.1.tar.bz2) = 184750 +SHA256 (xpad-4.4.0.tar.bz2) = 969a76c983af7b3e96ba70a78cb6bcb8c95ea6c687ec20c638cf3adc57b2904a +SIZE (xpad-4.4.0.tar.bz2) = 230308 |