Index: head/x11/stjerm/Makefile =================================================================== --- head/x11/stjerm/Makefile (revision 382689) +++ head/x11/stjerm/Makefile (revision 382690) @@ -1,25 +1,25 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= stjerm -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= x11 -MASTER_SITES= http://stjerm-terminal.googlecode.com/files/ MAINTAINER= lichray@gmail.com COMMENT= GTK+-based quake-like terminal emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USE_GITHUB= yes +GH_TAGNAME= v${DISTVERSION} + GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lXinerama -USES= gmake pkgconfig -USE_AUTOTOOLS= aclocal autoheader automake -AUTOMAKE_ARGS= --add-missing +USES= autoreconf gmake pkgconfig USE_GNOME= vte gtk20 USE_XORG= xinerama PLIST_FILES= bin/stjerm man/man8/${PORTNAME}.8.gz .include Index: head/x11/stjerm/distinfo =================================================================== --- head/x11/stjerm/distinfo (revision 382689) +++ head/x11/stjerm/distinfo (revision 382690) @@ -1,2 +1,2 @@ -SHA256 (stjerm-0.16.tar.gz) = 517b370fa2e0a5baac885879707d4f550488a4283996ef2745210811b5c440dd -SIZE (stjerm-0.16.tar.gz) = 45898 +SHA256 (stjerm-stjerm-0.18-v0.18_GH0.tar.gz) = 7bfaa74d85bb0418ef8308e6a1471294ab8897b1f33c385fed4b2bf85a3433d3 +SIZE (stjerm-stjerm-0.18-v0.18_GH0.tar.gz) = 26095 Index: head/x11/stjerm/files/patch-src_config.c =================================================================== --- head/x11/stjerm/files/patch-src_config.c (revision 382689) +++ head/x11/stjerm/files/patch-src_config.c (revision 382690) @@ -1,23 +1,11 @@ ---- src/config.c.orig 2011-07-19 16:52:33.000000000 -0500 -+++ src/config.c 2011-10-12 17:05:50.164711868 -0500 -@@ -146,7 +146,11 @@ pid_t get_stjerm_pid(void) - char buffer[100]; - char **list; - int i = 0; -+#ifdef __FreeBSD__ -+ FILE *p = popen("pgrep stjerm", "r"); -+#else - FILE *p = popen("pidof stjerm", "r"); -+#endif - - if(p == NULL) - { -@@ -552,7 +556,7 @@ void conf_init(void) +--- src/config.c~ 2014-01-12 11:31:51.000000000 -0500 ++++ src/config.c 2015-03-24 17:32:49.873800297 -0400 +@@ -614,7 +614,7 @@ void conf_init(void) exit(1); } - signal(SIGUSR1, (__sighandler_t) mainwindow_toggle); + signal(SIGUSR1, (sig_t) mainwindow_toggle); conf_find_position(); } Index: head/x11/stjerm/pkg-descr =================================================================== --- head/x11/stjerm/pkg-descr (revision 382689) +++ head/x11/stjerm/pkg-descr (revision 382690) @@ -1,5 +1,4 @@ -Stjerm is a quake-like terminal emulator. Its window is shown with a key -shortcut. Stjerm is very minimalistic and works well with Compiz window -manager. +Stjerm is a roll-down, quake-like terminal emulator that shows up on keyboard +shortcut, and hides away when not needed. -WWW: https://code.google.com/p/stjerm-terminal/ +WWW: https://github.com/stjerm/stjerm Property changes on: head/x11/stjerm/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -1 \ No newline at end of property +yes \ No newline at end of property