mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update port to 1.2
PR: 16458 Submitted by: Maintainer
This commit is contained in:
parent
50ab159d7a
commit
430c6e4510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25366
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: newsfish
|
||||
# Version required: 1.1
|
||||
# Version required: 1.2
|
||||
# Date created: 17 January 1999
|
||||
# Whom: asaddi@philosophysw.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= newsfish-1.1
|
||||
DISTNAME= newsfish-1.2
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= http://www.philosophysw.com/download/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (newsfish-1.1.tar.gz) = beb5d713ccf744acce06e9e570069881
|
||||
MD5 (newsfish-1.2.tar.gz) = 90edaace8baa2a1ffdb0f64b6b42e8d7
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.orig Thu May 20 00:34:31 1999
|
||||
+++ Makefile Thu May 20 00:53:45 1999
|
||||
--- Makefile.orig Sat Jan 8 00:12:24 2000
|
||||
+++ Makefile Mon Jan 31 18:35:36 2000
|
||||
@@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.11 1999/02/07 20:11:25 asaddi Exp $
|
||||
-CFLAGS= -Wall -g
|
||||
-LDFLAGS=
|
||||
+CFLAGS+= -DNDEBUG
|
||||
+LDFLAGS+= -s
|
||||
# $Id: Makefile,v 1.13 2000/01/08 05:12:24 asaddi Exp $
|
||||
-CFLAGS= -Iutil -Wall -g
|
||||
-LDFLAGS= -Lutil
|
||||
+CFLAGS= -Iutil -DNDEBUG
|
||||
+LDFLAGS= -Lutil -s
|
||||
|
||||
# Uncomment the following for non-debug executables
|
||||
#CFLAGS= -O2 -DNDEBUG
|
||||
#CFLAGS= -Iutil -O2 -DNDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user