diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-07-17 00:57:22 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-07-17 00:57:22 +0800 |
commit | c01a099415346b62ffba0b1873123dde71681645 (patch) | |
tree | 24163b3b0e824bded0b99380749dc258e9abfc73 /misc/since | |
parent | e23580d60a066b1ac1d75c6bee304cedcf413b50 (diff) | |
download | freebsd-ports-gnome-c01a099415346b62ffba0b1873123dde71681645.tar.gz freebsd-ports-gnome-c01a099415346b62ffba0b1873123dde71681645.tar.zst freebsd-ports-gnome-c01a099415346b62ffba0b1873123dde71681645.zip |
- Update to 1.1
- Add LICENSE
Diffstat (limited to 'misc/since')
-rw-r--r-- | misc/since/Makefile | 5 | ||||
-rw-r--r-- | misc/since/distinfo | 6 | ||||
-rw-r--r-- | misc/since/files/patch-Makefile | 6 |
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)\" |