aboutsummaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-15 11:33:56 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-15 11:33:56 +0000
commit12509ae9df94750db61a980008eccb4daef27e62 (patch)
tree942c4656426363d34843ea0f6d92e266921be328 /devel/global
parentf51938a633da19dfc26513e62ed463a24de3b62d (diff)
downloadports-12509ae9df94750db61a980008eccb4daef27e62.tar.gz
ports-12509ae9df94750db61a980008eccb4daef27e62.zip
Notes
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile3
-rw-r--r--devel/global/distinfo2
-rw-r--r--devel/global/files/patch-aa13
3 files changed, 8 insertions, 10 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index a0a303f4aca6..55c451fb08c8 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= global
-PORTVERSION= 4.4
+PORTVERSION= 4.5
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
MAINTAINER= jos@catnook.com
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
diff --git a/devel/global/distinfo b/devel/global/distinfo
index 4a22a3eaf3a6..898698c5f0f2 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1 +1 @@
-MD5 (global-4.4.tar.gz) = b1cd24eeab0364235146e266c3d902e4
+MD5 (global-4.5.tar.gz) = cd729b2798c8b2905a8c7b4913ba1ec5
diff --git a/devel/global/files/patch-aa b/devel/global/files/patch-aa
index 9a9501cd0de1..3457c357679d 100644
--- a/devel/global/files/patch-aa
+++ b/devel/global/files/patch-aa
@@ -1,17 +1,16 @@
---- doc/Makefile.in.orig Fri Nov 23 11:02:34 2001
-+++ doc/Makefile.in Fri Jan 4 12:30:44 2002
-@@ -297,14 +297,6 @@
+--- doc/Makefile.in.orig Wed Aug 14 21:33:54 2002
++++ doc/Makefile.in Wed Aug 14 21:36:13 2002
+@@ -203,13 +203,6 @@
done; \
done
@$(POST_INSTALL)
-- @if (install-info --version && \
-- install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
+- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
- list='$(INFO_DEPS)'; \
- for file in $$list; do \
- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
- done; \
- else : ; fi
- install-man:
- installcheck-am:
+ uninstall-info:
+ $(PRE_UNINSTALL)