ports/86230: [update] misc/since to 0.5
Andrej Zverev
az at inec.ru
Fri Sep 16 21:10:03 UTC 2005
>Number: 86230
>Category: ports
>Synopsis: [update] misc/since to 0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 16 21:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Andrej Zverev
>Release: FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root at az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386
>Description:
1. Update to version 0.5
2. Recalculate all hashes of distfile.
>How-To-Repeat:
>Fix:
--- since.diff begins here ---
diff -Nru since.orig/Makefile since/Makefile
--- since.orig/Makefile Sun Nov 21 05:46:48 2004
+++ since/Makefile Sat Sep 17 00:42:47 2005
@@ -6,7 +6,7 @@
#
PORTNAME= since
-PORTVERSION= 0.3
+PORTVERSION= 0.5
CATEGORIES= misc
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ \
ftp://jade.cs.uct.ac.za/pub/
diff -Nru since.orig/distinfo since/distinfo
--- since.orig/distinfo Sun Nov 21 05:46:48 2004
+++ since/distinfo Sat Sep 17 00:55:24 2005
@@ -1,5 +1,5 @@
-MD5 (since-0.3.tar.gz) = 0575abb4f0b824ec04a0bce425e61df3
-SHA1 (since-0.3.tar.gz) = 9de40c5a3f77073a8b9b46756c8e6349083c94c8
-RMD160 (since-0.3.tar.gz) = 269c046c2b898bd557a5fa8ce80b08fc72f86abd
-SHA256 (since-0.3.tar.gz) = e7a09b085a79b2c3ad17e24ca163910a63f468c92784a02423d46a4d0e93b849
-SIZE (since-0.3.tar.gz) = 16512
+MD5 (since-0.5.tar.gz) = 923c23f5198380cae42cbcaf411f3bca
+SHA1 (since-0.5.tar.gz) = 4b09435b7100e91a23010b2cb655a5d847558f3e
+RMD160 (since-0.5.tar.gz) = 87987c50612b2ab2df604b5029a6aab4d8f15ed8
+SHA256 (since-0.5.tar.gz) = 179afff70f9e13fbdfda72e5b3862fd84f6eed7631543f696108012dba9abf64
+SIZE (since-0.5.tar.gz) = 12557
diff -Nru since.orig/files/patch-Makefile since/files/patch-Makefile
--- since.orig/files/patch-Makefile Mon Feb 11 13:49:40 2002
+++ since/files/patch-Makefile Sat Sep 17 00:46:42 2005
@@ -1,31 +1,24 @@
---- Makefile.orig Mon May 7 13:05:30 2001
-+++ Makefile Mon Feb 11 12:37:38 2002
-@@ -16,8 +16,8 @@
- ###########################################################################
- # Compiler and Flags ######################################################
+--- Makefile.orig Sun Oct 6 15:02:43 2002
++++ Makefile Sat Sep 17 00:46:29 2005
+@@ -7,8 +7,8 @@
+ MANDIR = /usr/local/man/man1
+ # Compiler and Flags
-CC = gcc
--CFLAGS = -Wall -O2 -fomit-frame-pointer -DVERSION=\"$(VERSION)\"
-+#CC = gcc
-+CFLAGS += -Wall -fomit-frame-pointer -DVERSION=\"$(VERSION)\"
- STRIP = strip
-
- #CFLAGS += -DTRACE
-@@ -43,15 +43,14 @@
- # Install #################################################################
+-CFLAGS = -Wall -O2
++#CC = gcc
++#CFLAGS = -Wall -O2
+ RM = rm -f
+ INSTALL = install -c
+ LINK = ln -s
+@@ -20,8 +20,8 @@
+ # Install
install : $(TARGET)
-- $(INSTALL) -m 0755 $(TARGET) $(INTARGET)
-- $(INSTALL) -m 0644 $(MAN) $(INMAN)
+- $(INSTALL) -m 0755 $(TARGET) $(BINDIR)
+- $(INSTALL) -m 0644 $(MAN) $(MANDIR)
+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/bin/$(TARGET)
+ $(BSD_INSTALL_MAN) $(MAN) $(PREFIX)/man/man1/$(MAN)
- ###########################################################################
- # Build since executable ##################################################
-
+ # Build since executable
$(TARGET) : $(OBJ)
- $(CC) $(CFLAGS) $(OBJ) -o $(TARGET)
-- $(STRIP) $(TARGET)
-
- ###########################################################################
- # Build object files from source ##########################################
--- since.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list