svn commit: r361021 - in head/sysutils/respond: . files
Kubilay Kocak
koobs at FreeBSD.org
Mon Jul 7 04:44:08 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list