From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 04:44:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 359EB391; Mon, 7 Jul 2014 04:44:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 08DF827B0; Mon, 7 Jul 2014 04:44:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s674i7fs034784; Mon, 7 Jul 2014 04:44:07 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s674i7oa034781; Mon, 7 Jul 2014 04:44:07 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407070444.s674i7oa034781@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 7 Jul 2014 04:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361021 - in head/sysutils/respond: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 04:44:08 -0000 Author: koobs Date: Mon Jul 7 04:44:07 2014 New Revision: 361021 URL: http://svnweb.freebsd.org/changeset/ports/361021 QAT: https://qat.redports.org/buildarchive/r361021/ Log: sysutils/respond: Update to 1.3, Add LICENSE - Update to 1.3 - Switch to GITHUB for distribution files - Add LICENSE (BSD2CLAUSE) - Remove patch-Makefile (upstreamed) - pkg-descr: Update WWW: URL Changes: https://github.com/joukewitteveen/respond/blob/1.3/NEWS PR: 191434 Submitted by: Jouke Witteveen (maintainer) Deleted: head/sysutils/respond/files/ Modified: head/sysutils/respond/Makefile head/sysutils/respond/distinfo head/sysutils/respond/pkg-descr Modified: head/sysutils/respond/Makefile ============================================================================== --- head/sysutils/respond/Makefile Mon Jul 7 03:30:17 2014 (r361020) +++ head/sysutils/respond/Makefile Mon Jul 7 04:44:07 2014 (r361021) @@ -2,13 +2,18 @@ # $FreeBSD$ PORTNAME= respond -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= sysutils -MASTER_SITES= SF MAINTAINER= j.witteveen@gmail.com COMMENT= A response automator for logged events +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= joukewitteveen +GH_COMMIT= ebd9de3 + PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ Modified: head/sysutils/respond/distinfo ============================================================================== --- head/sysutils/respond/distinfo Mon Jul 7 03:30:17 2014 (r361020) +++ head/sysutils/respond/distinfo Mon Jul 7 04:44:07 2014 (r361021) @@ -1,2 +1,2 @@ -SHA256 (respond-1.2.tar.gz) = 2cf45b589cd807cb7ebbb7729c59ab698e2705391817bb6d5186071394ea8208 -SIZE (respond-1.2.tar.gz) = 6485 +SHA256 (respond-1.3.tar.gz) = e07dc8f1bd86a3e72df9e87f5a461e9cd0ab66868e19ea8fa1b70fe6549f76fe +SIZE (respond-1.3.tar.gz) = 6646 Modified: head/sysutils/respond/pkg-descr ============================================================================== --- head/sysutils/respond/pkg-descr Mon Jul 7 03:30:17 2014 (r361020) +++ head/sysutils/respond/pkg-descr Mon Jul 7 04:44:07 2014 (r361021) @@ -3,4 +3,4 @@ each line it reads to the regular expres specified actionscript. If a line matches, respond executes a rewritten command defined in the actionscript. -WWW: http://respond.sf.net +WWW: https://github.com/joukewitteveen/respond