aboutsummaryrefslogtreecommitdiff
path: root/sysutils/respond
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-07-07 04:44:07 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-07-07 04:44:07 +0000
commit188c971be2acaf201bf49e0af1ef8b4b77b96499 (patch)
tree4a2b2456f3f7b747f56f7806c212d158402c3f9e /sysutils/respond
parent9f15719908b8ca5973446fa89e29f347ebc5e083 (diff)
downloadports-188c971be2acaf201bf49e0af1ef8b4b77b96499.tar.gz
ports-188c971be2acaf201bf49e0af1ef8b4b77b96499.zip
Notes
Diffstat (limited to 'sysutils/respond')
-rw-r--r--sysutils/respond/Makefile9
-rw-r--r--sysutils/respond/distinfo4
-rw-r--r--sysutils/respond/files/patch-Makefile13
-rw-r--r--sysutils/respond/pkg-descr2
4 files changed, 10 insertions, 18 deletions
diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile
index b8df79c4169a..770ed3515229 100644
--- a/sysutils/respond/Makefile
+++ b/sysutils/respond/Makefile
@@ -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}" \
diff --git a/sysutils/respond/distinfo b/sysutils/respond/distinfo
index fb4d8214df7b..f3bed99b4d03 100644
--- a/sysutils/respond/distinfo
+++ b/sysutils/respond/distinfo
@@ -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
diff --git a/sysutils/respond/files/patch-Makefile b/sysutils/respond/files/patch-Makefile
deleted file mode 100644
index 2e2831213ddd..000000000000
--- a/sysutils/respond/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig 2014-06-28 01:05:25.738044813 +0800
-+++ Makefile 2014-06-28 01:05:42.652046702 +0800
-@@ -39,8 +39,8 @@ respond.1.gz: respond.1
-
- .PHONY: install
- install: all
-- $(INSTALL_PROGRAM) respond $(BINDIR)/respond
-- $(INSTALL_MAN) $(MANPAGE) $(MANPREFIX)/man/man1/$(MANPAGE)
-+ $(INSTALL_PROGRAM) respond $(DESTDIR)$(BINDIR)/respond
-+ $(INSTALL_MAN) $(MANPAGE) $(DESTDIR)$(MANPREFIX)/man/man1/$(MANPAGE)
-
- .PHONY: uninstall
- uninstall:
diff --git a/sysutils/respond/pkg-descr b/sysutils/respond/pkg-descr
index 775575f9d016..0aa4f622402f 100644
--- a/sysutils/respond/pkg-descr
+++ b/sysutils/respond/pkg-descr
@@ -3,4 +3,4 @@ each line it reads to the regular expressions it finds in the
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