1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 1.1

- Add LICENSE
This commit is contained in:
Thomas Abthorpe 2010-07-16 16:57:22 +00:00
parent 4c32c24288
commit eb195f72a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257861
3 changed files with 10 additions and 7 deletions

View File

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

View File

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

View File

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