aboutsummaryrefslogtreecommitdiff
path: root/misc/since
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2010-07-16 16:57:22 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2010-07-16 16:57:22 +0000
commiteb195f72a2b67855eedbb110895b4096ab477167 (patch)
tree7c3678dacd5575b2629879ef11d33eb2d5ff97c3 /misc/since
parent4c32c242881e79c8e1ea69e9df9cb729e07bff5c (diff)
downloadports-eb195f72a2b67855eedbb110895b4096ab477167.tar.gz
ports-eb195f72a2b67855eedbb110895b4096ab477167.zip
- Update to 1.1
- Add LICENSE
Notes
Notes: svn path=/head/; revision=257861
Diffstat (limited to 'misc/since')
-rw-r--r--misc/since/Makefile5
-rw-r--r--misc/since/distinfo6
-rw-r--r--misc/since/files/patch-Makefile6
3 files changed, 10 insertions, 7 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile
index d2a87489a25f..a75131212678 100644
--- a/misc/since/Makefile
+++ b/misc/since/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= since
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= http://welz.org.za/projects/since/
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= View the end of a file like tail(1), but save state between sessions
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
diff --git a/misc/since/distinfo b/misc/since/distinfo
index b34dfd20026f..d1772deb3416 100644
--- a/misc/since/distinfo
+++ b/misc/since/distinfo
@@ -1,3 +1,3 @@
-MD5 (since-1.0.tar.gz) = 65b35887f3d285cb5190a9002e9d9d05
-SHA256 (since-1.0.tar.gz) = 3fb71bb78cb65e998aa7d4ddf49af66d6565cda6d1efe390149ff557f816cbf0
-SIZE (since-1.0.tar.gz) = 24815
+MD5 (since-1.1.tar.gz) = 7a6cfe573d0d2ec7b6f53fe9432a486b
+SHA256 (since-1.1.tar.gz) = 739b7f161f8a045c1dff184e0fc319417c5e2deb3c7339d323d4065f7a3d0f45
+SIZE (since-1.1.tar.gz) = 24822
diff --git a/misc/since/files/patch-Makefile b/misc/since/files/patch-Makefile
index 51abe84e0e21..556f5066e718 100644
--- a/misc/since/files/patch-Makefile
+++ b/misc/since/files/patch-Makefile
@@ -1,11 +1,11 @@
---- ./Makefile.orig 2009-07-11 16:45:30.000000000 -0400
-+++ ./Makefile 2010-05-20 10:53:02.000000000 -0400
+--- Makefile.orig 2010-07-10 08:57:32.000000000 -0400
++++ Makefile 2010-07-15 23:44:12.000000000 -0400
@@ -1,25 +1,22 @@
# IMHO auto{make,conf} is overkill. Simple, readable makefiles improve security
-prefix=/usr/local
NAME = since
- VERSION = 1.0
+ VERSION = 1.1
-CFLAGS = -Wall -O2 -DVERSION=\"$(VERSION)\"
+CFLAGS += -Wall -DVERSION=\"$(VERSION)\"