Update to 1.1.6
PR: 31030 Submitted by: maintainer
This commit is contained in:
parent
dbf1723e3c
commit
7d9be77142
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48438
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ipa
|
PORTNAME= ipa
|
||||||
PORTVERSION= 1.1.5
|
PORTVERSION= 1.1.6
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.simon.org.ua/ipa/
|
MASTER_SITES= http://www.simon.org.ua/ipa/
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ipa-1.1.5.tar.gz) = 1d03ca7d7a50f3eef4c334190abdc7cf
|
MD5 (ipa-1.1.6.tar.gz) = b495ae5db65bd9d7d653b4770a7ed45d
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- Makefile.orig Tue Jul 31 15:20:30 2001
|
--- Makefile.orig Wed Oct 3 14:27:19 2001
|
||||||
+++ Makefile Tue Jul 31 15:29:30 2001
|
+++ Makefile Thu Oct 4 20:46:16 2001
|
||||||
@@ -38,7 +38,7 @@
|
@@ -38,7 +38,7 @@
|
||||||
# -O3 - optimize (it seems that -O3 also help to find out some errors);
|
# -Ox - optimize (it seems that -O3 also help to find out some errors);
|
||||||
# -g - produce debugging information.
|
# -g - produce debugging information.
|
||||||
#
|
#
|
||||||
-CFLAGS= -Wall -O2 -g
|
-CFLAGS= -Wall -O -g
|
||||||
+#CFLAGS= -Wall -O2 -g
|
+#CFLAGS= -Wall -O -g
|
||||||
|
|
||||||
#
|
#
|
||||||
# DSTBINDIR - where to install binaries
|
# DSTBINDIR - where to install binaries
|
||||||
|
|
Loading…
Reference in a new issue