diff options
author | petef <petef@FreeBSD.org> | 2001-10-05 00:16:49 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-05 00:16:49 +0000 |
commit | 3753b9590c7e1423291b575cf2319c6b55d9f2ae (patch) | |
tree | 9e7878fa04f2b719ab086df7baed70df3a985e9a /sysutils/ipa | |
parent | 16d8b5e611be43fbe923568920368df73f2df361 (diff) | |
download | FreeBSD-ports-3753b9590c7e1423291b575cf2319c6b55d9f2ae.zip FreeBSD-ports-3753b9590c7e1423291b575cf2319c6b55d9f2ae.tar.gz |
Update to 1.1.6
PR: 31030
Submitted by: maintainer
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ipa/files/patch-aa | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index ebbe80f..295de9a 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index c8366b6..bb98ac7 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.1.5.tar.gz) = 1d03ca7d7a50f3eef4c334190abdc7cf +MD5 (ipa-1.1.6.tar.gz) = b495ae5db65bd9d7d653b4770a7ed45d diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa index d7314b7..a23a6da 100644 --- a/sysutils/ipa/files/patch-aa +++ b/sysutils/ipa/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.orig Tue Jul 31 15:20:30 2001 -+++ Makefile Tue Jul 31 15:29:30 2001 +--- Makefile.orig Wed Oct 3 14:27:19 2001 ++++ Makefile Thu Oct 4 20:46:16 2001 @@ -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. # --CFLAGS= -Wall -O2 -g -+#CFLAGS= -Wall -O2 -g +-CFLAGS= -Wall -O -g ++#CFLAGS= -Wall -O -g # # DSTBINDIR - where to install binaries |