aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-09 18:18:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-09 18:18:15 +0000
commit82198a6556a4d5848baf0db43fbdca1913cbaff9 (patch)
tree853c08dbfdc18203e036fe5d23cca800de34273f /math
parentabeebd5a01adf8dd4e9c3a5b562cf05509377262 (diff)
downloadports-82198a6556a4d5848baf0db43fbdca1913cbaff9.tar.gz
ports-82198a6556a4d5848baf0db43fbdca1913cbaff9.zip
- Update to version 1.2.5
PR: ports/66395 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=108744
Diffstat (limited to 'math')
-rw-r--r--math/gretl/Makefile3
-rw-r--r--math/gretl/distinfo4
-rw-r--r--math/gretl/files/patch-gui2::omf-install::Makefile.in2
-rw-r--r--math/gretl/files/patch-lib::Makefile.in4
4 files changed, 6 insertions, 7 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile
index 0d18e9a4b266..e03e42c5838f 100644
--- a/math/gretl/Makefile
+++ b/math/gretl/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTVERSION= 1.2.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/math/gretl/distinfo b/math/gretl/distinfo
index 405b778bd314..1e9f814dba14 100644
--- a/math/gretl/distinfo
+++ b/math/gretl/distinfo
@@ -1,2 +1,2 @@
-MD5 (gretl-1.2.4.tar.bz2) = 436c790d75533ccaf2649e7a7b600eb8
-SIZE (gretl-1.2.4.tar.bz2) = 4166976
+MD5 (gretl-1.2.5.tar.bz2) = 7b8eac346a4ff479fd605b01ab088148
+SIZE (gretl-1.2.5.tar.bz2) = 4282090
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in
index b72b4211dc60..c365f12bc2c0 100644
--- a/math/gretl/files/patch-gui2::omf-install::Makefile.in
+++ b/math/gretl/files/patch-gui2::omf-install::Makefile.in
@@ -26,4 +26,4 @@
- $(INSTALL) -m 644 $< $(omfdir)
- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper
+ $(INSTALL_DATA) $< $(omfdir)
-+ scrollkeeper-update -p /var/log/scrollkeeper
++ scrollkeeper-update -p /var/db/scrollkeeper
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 02ca0337d858..0bb9c743e5d6 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -45,8 +45,8 @@
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:17:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:17:0 $(LDFLAGS)
+- -rpath $(prefix)/lib $(LIBS) -version-info 0:18:0
++ -rpath $(prefix)/lib $(LIBS) -version-info 0:18:0 $(LDFLAGS)
.deps:
mkdir $@