diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 16:29:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 16:29:44 +0000 |
commit | 7a37674bd4bce6a6510d8fe8418c298c4a792f7d (patch) | |
tree | 2a2101516f7e742bd3caadab3ccfcabd64448b35 /x11 | |
parent | 5acd4942d4293ddacb4e9cfbbd5978a035089c47 (diff) | |
download | ports-7a37674bd4bce6a6510d8fe8418c298c4a792f7d.tar.gz ports-7a37674bd4bce6a6510d8fe8418c298c4a792f7d.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/roxterm/Makefile | 8 | ||||
-rw-r--r-- | x11/roxterm/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index e3b962b7b5ab..8b4877aa88ff 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= roxterm -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.2 CATEGORIES= x11 MASTER_SITES= SF @@ -36,8 +36,10 @@ post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||g' \ ${WRKSRC}/${file} .endfor - @${REINPLACE_CMD} -e 's/GtkBox/GtkVBox/g' \ - ${WRKSRC}/src/roxterm-config.ui +.for file in src/Makefile.in + @${REINPLACE_CMD} -e '/roxterm-config.ui/s|-i |-i.orig |g' \ + ${WRKSRC}/${file} +.endfor post-install: @${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps diff --git a/x11/roxterm/distinfo b/x11/roxterm/distinfo index 81c3482c2179..e87851d71339 100644 --- a/x11/roxterm/distinfo +++ b/x11/roxterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (roxterm-2.1.3.tar.gz) = c89ee9e60ef3db1303e0d64f5b6477ed05c67641c266830a9482de6256b14e3b -SIZE (roxterm-2.1.3.tar.gz) = 934265 +SHA256 (roxterm-2.2.2.tar.gz) = 3c01daa2ee3c0e652653804ca6466a9d18cabe481660b759148e7d7ffadb4a94 +SIZE (roxterm-2.2.2.tar.gz) = 931976 |