1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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)
This commit is contained in:
Kubilay Kocak 2014-07-07 04:44:07 +00:00
parent 9f15719908
commit 188c971be2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361021
4 changed files with 10 additions and 18 deletions

View File

@ -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}" \

View File

@ -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

View File

@ -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:

View File

@ -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