diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2016-01-11 23:30:39 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2016-01-11 23:30:39 +0000 |
commit | bae089321d939cd5ef1216b22480856c9b12efd8 (patch) | |
tree | 143579ee87683a60ef8fc49ab16331543573eaaa /x11/tilda | |
parent | b9938935824510bfb7ba620b4e1b34a38af935fa (diff) | |
download | ports-bae089321d939cd5ef1216b22480856c9b12efd8.tar.gz ports-bae089321d939cd5ef1216b22480856c9b12efd8.zip |
Notes
Diffstat (limited to 'x11/tilda')
-rw-r--r-- | x11/tilda/Makefile | 6 | ||||
-rw-r--r-- | x11/tilda/distinfo | 4 | ||||
-rw-r--r-- | x11/tilda/files/patch-tilda.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index fccc9f60d1e5..a5583c2b37f9 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tilda -PORTVERSION= 1.2.4 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= x11 @@ -10,8 +10,8 @@ COMMENT= Drop down x11 terminal with transparency support LICENSE= GPLv2 -LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ - libvte2_90.so:${PORTSDIR}/x11-toolkits/vte290 +BUILD_DEPENDS= vte3>=0:${PORTSDIR}/x11-toolkits/vte3 +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-rpath diff --git a/x11/tilda/distinfo b/x11/tilda/distinfo index 9e4f35b30939..4cb993da3b91 100644 --- a/x11/tilda/distinfo +++ b/x11/tilda/distinfo @@ -1,2 +1,2 @@ -SHA256 (lanoxx-tilda-tilda-1.2.4_GH0.tar.gz) = 1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e -SIZE (lanoxx-tilda-tilda-1.2.4_GH0.tar.gz) = 290233 +SHA256 (lanoxx-tilda-tilda-1.3.1_GH0.tar.gz) = 2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da +SIZE (lanoxx-tilda-tilda-1.3.1_GH0.tar.gz) = 670916 diff --git a/x11/tilda/files/patch-tilda.c b/x11/tilda/files/patch-tilda.c index 83f402059412..87f7cca00a83 100644 --- a/x11/tilda/files/patch-tilda.c +++ b/x11/tilda/files/patch-tilda.c @@ -1,5 +1,5 @@ ---- src/tilda.c.orig 2014-10-28 11:26:57.000000000 +0000 -+++ src/tilda.c 2015-04-09 12:05:56.977831590 +0000 +--- src/tilda.c.orig 2015-12-16 12:11:58 UTC ++++ src/tilda.c @@ -12,6 +12,7 @@ * You should have received a copy of the GNU Library General Public * License along with this library. If not, see <http://www.gnu.org/licenses/>. |