diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-24 19:53:51 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-24 19:53:51 +0000 |
commit | 2f8b6c33140051124445549b9813ad4b8b3e8349 (patch) | |
tree | 88ac62df08212617e75cd76196bb0d4e01bef308 /x11-toolkits/termit/Makefile | |
parent | ccc389e6a28c481476168081194bb1c38f04de86 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/termit/Makefile')
-rw-r--r-- | x11-toolkits/termit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index cef74425a9fa..419abaf6d4c4 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= termit -PORTVERSION= 2.10.0 +PORTVERSION= 2.10.1 CATEGORIES= x11-toolkits gnome MAINTAINER= pawel@FreeBSD.org @@ -12,7 +12,8 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= nonstop -GH_COMMIT= 7d6e712 +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_COMMIT= 9f035e6 USES= cmake lua pkgconfig tar:bzip2 USE_GNOME= gdkpixbuf2 vte |