diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-15 13:41:23 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-15 13:41:23 +0000 |
commit | 6007f5909d8926c5c27e372e230a3908e50b1fe2 (patch) | |
tree | 28a69847763d54ea08d17964532f134e252a0152 /sysutils/ipa | |
parent | e91c74008635a151b43c5c4786510ee9f2f189ac (diff) | |
download | ports-6007f5909d8926c5c27e372e230a3908e50b1fe2.tar.gz ports-6007f5909d8926c5c27e372e230a3908e50b1fe2.zip |
Notes
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 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 3c77c683af90..7fc0081cefc5 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 2b25ac9ac7b2..e4d62cabaecf 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.0.3.tar.gz) = 3605d24a6269f3c7624169a678f22d6e +MD5 (ipa-1.0.4.tar.gz) = b245fa2ebec7147a499c81b2b60facee diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa index d8726f11adec..2b9d5c5b18c0 100644 --- a/sysutils/ipa/files/patch-aa +++ b/sysutils/ipa/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jan 18 00:35:42 2001 -+++ Makefile Sun Jan 28 18:40:36 2001 +--- Makefile.orig Wed Feb 14 10:36:27 2001 ++++ Makefile Wed Feb 14 10:50:41 2001 @@ -38,7 +38,7 @@ # -O3 - optimize (it seems that -O3 also help to find out some errors); # -g - produce debugging information. |