From owner-svn-ports-head@freebsd.org Wed Oct 5 11:00:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52851AF6AC8; Wed, 5 Oct 2016 11:00:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9089A5; Wed, 5 Oct 2016 11:00:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u95B03n2072902; Wed, 5 Oct 2016 11:00:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u95B03KN072899; Wed, 5 Oct 2016 11:00:03 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610051100.u95B03KN072899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 5 Oct 2016 11:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423334 - head/sysutils/screenie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 11:00:04 -0000 Author: ehaupt Date: Wed Oct 5 11:00:02 2016 New Revision: 423334 URL: https://svnweb.freebsd.org/changeset/ports/423334 Log: - Update to 20120406 - Relocate to SF - Add WWW Modified: head/sysutils/screenie/Makefile head/sysutils/screenie/distinfo head/sysutils/screenie/pkg-descr Modified: head/sysutils/screenie/Makefile ============================================================================== --- head/sysutils/screenie/Makefile Wed Oct 5 09:59:12 2016 (r423333) +++ head/sysutils/screenie/Makefile Wed Oct 5 11:00:02 2016 (r423334) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= screenie -PORTVERSION= 1.30.0 -PORTREVISION= 1 +PORTVERSION= 20120406 CATEGORIES= sysutils -MASTER_SITES= LOCAL/ehaupt +MASTER_SITES= SF/screenie MAINTAINER= ehaupt@FreeBSD.org COMMENT= Small and lightweight screen(1) wrapper @@ -19,6 +18,8 @@ NO_BUILD= yes PLIST_FILES= sbin/screenie man/man1/screenie.1.gz +WRKSRC= ${WRKDIR}/${PORTNAME} + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/sysutils/screenie/distinfo ============================================================================== --- head/sysutils/screenie/distinfo Wed Oct 5 09:59:12 2016 (r423333) +++ head/sysutils/screenie/distinfo Wed Oct 5 11:00:02 2016 (r423334) @@ -1,2 +1,3 @@ -SHA256 (screenie-1.30.0.tar.gz) = 2a173ecd0dce0e9cbe5af80f82bcba429dc814b1d35479ef129b5a3983c92032 -SIZE (screenie-1.30.0.tar.gz) = 10642 +TIMESTAMP = 1475664950 +SHA256 (screenie-20120406.tar.gz) = 83e5e649d3994e03eb92a0d0a04a0ec74ee3973a83c1ca4bab928f3d3b76d870 +SIZE (screenie-20120406.tar.gz) = 3437 Modified: head/sysutils/screenie/pkg-descr ============================================================================== --- head/sysutils/screenie/pkg-descr Wed Oct 5 09:59:12 2016 (r423333) +++ head/sysutils/screenie/pkg-descr Wed Oct 5 11:00:02 2016 (r423334) @@ -1,3 +1,5 @@ Screenie is a small and lightweight screen(1) wrapper that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu. + +WWW: https://sourceforge.net/projects/screenie/