svn commit: r382690 - in head/x11/stjerm: . files

Pawel Pekala pawel at FreeBSD.org
Mon Mar 30 16:35:41 UTC 2015


Author: pawel
Date: Mon Mar 30 16:35:39 2015
New Revision: 382690
URL: https://svnweb.freebsd.org/changeset/ports/382690
QAT: https://qat.redports.org/buildarchive/r382690/

Log:
  - Update to version 0.18, now hosted at GitHub [1]
  - Reword pkgdescr, new homepage [1]
  - Convert to USES=autoreconf
  
  PR:		198891 [1]
  Submitted by:	lichray at gmail.com (maintainer) [1]

Modified:
  head/x11/stjerm/Makefile
  head/x11/stjerm/distinfo
  head/x11/stjerm/files/patch-src_config.c
  head/x11/stjerm/pkg-descr   (contents, props changed)

Modified: head/x11/stjerm/Makefile
==============================================================================
--- head/x11/stjerm/Makefile	Mon Mar 30 16:14:17 2015	(r382689)
+++ head/x11/stjerm/Makefile	Mon Mar 30 16:35:39 2015	(r382690)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	stjerm
-PORTVERSION=	0.16
+PORTVERSION=	0.18
 CATEGORIES=	x11
-MASTER_SITES=	http://stjerm-terminal.googlecode.com/files/
 
 MAINTAINER=	lichray at gmail.com
 COMMENT=	GTK+-based quake-like terminal emulator
@@ -12,11 +11,12 @@ COMMENT=	GTK+-based quake-like terminal 
 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
 

Modified: head/x11/stjerm/distinfo
==============================================================================
--- head/x11/stjerm/distinfo	Mon Mar 30 16:14:17 2015	(r382689)
+++ head/x11/stjerm/distinfo	Mon Mar 30 16:35:39 2015	(r382690)
@@ -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

Modified: head/x11/stjerm/files/patch-src_config.c
==============================================================================
--- head/x11/stjerm/files/patch-src_config.c	Mon Mar 30 16:14:17 2015	(r382689)
+++ head/x11/stjerm/files/patch-src_config.c	Mon Mar 30 16:35:39 2015	(r382690)
@@ -1,18 +1,6 @@
---- 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);
      }
  

Modified: head/x11/stjerm/pkg-descr
==============================================================================
--- head/x11/stjerm/pkg-descr	Mon Mar 30 16:14:17 2015	(r382689)
+++ head/x11/stjerm/pkg-descr	Mon Mar 30 16:35:39 2015	(r382690)
@@ -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


More information about the svn-ports-head mailing list