diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-01-30 06:10:04 +0800 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-01-30 06:10:04 +0800 |
commit | b4ae92eed51a6bde3662899cf1bd2210300ff626 (patch) | |
tree | 20a03f7215197e3d9fe0864fe93ec43f5448d5a5 /x11/tint/Makefile | |
parent | 3bfead5ebbf5620117c188640dc2d2f5fdf0797d (diff) | |
download | freebsd-ports-gnome-b4ae92eed51a6bde3662899cf1bd2210300ff626.tar.gz freebsd-ports-gnome-b4ae92eed51a6bde3662899cf1bd2210300ff626.tar.zst freebsd-ports-gnome-b4ae92eed51a6bde3662899cf1bd2210300ff626.zip |
- Update to 0.12.6
- Adjust MASTER_SITES
PR: 206737
Submitted by: <yamagi@yamagi.org> (maintainer)
Diffstat (limited to 'x11/tint/Makefile')
-rw-r--r-- | x11/tint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 245780508264..744d7454c944 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= tint2 -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.6 CATEGORIES= x11 -MASTER_SITES= http://leigh123linux.fedorapeople.org/pub/${PORTNAME}/source/ +MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/ MAINTAINER= yamagi@yamagi.org COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 \ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification -USES= alias cmake gettext pkgconfig +USES= alias cmake gettext pkgconfig tar:xz USE_GNOME= glib20 gtk20 librsvg2 pango USE_XORG= x11 xcomposite xdamage xinerama xrandr xrender |