aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/free-sa/Makefile2
-rw-r--r--www/free-sa/distinfo6
-rw-r--r--www/free-sa/files/extra-patch-Makefile8
3 files changed, 8 insertions, 8 deletions
diff --git a/www/free-sa/Makefile b/www/free-sa/Makefile
index fb5cca655a78..5f66af1afbc5 100644
--- a/www/free-sa/Makefile
+++ b/www/free-sa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= free-sa
-PORTVERSION= 1.4.5
+PORTVERSION= 1.5.0
CATEGORIES= www
MASTER_SITES= SF
diff --git a/www/free-sa/distinfo b/www/free-sa/distinfo
index 505a48cce544..b619dd03ebd3 100644
--- a/www/free-sa/distinfo
+++ b/www/free-sa/distinfo
@@ -1,3 +1,3 @@
-MD5 (free-sa-1.4.5.tar.gz) = c3089bf4ce85636e12bc5d2098c2b8cf
-SHA256 (free-sa-1.4.5.tar.gz) = 23d504123436ba622e4942b9ae5e7c33c9dd4cf3d9be83ddaa13b617c73e75dc
-SIZE (free-sa-1.4.5.tar.gz) = 74646
+MD5 (free-sa-1.5.0.tar.gz) = 247d942cbe5cbb86c7d2fc1616646c4c
+SHA256 (free-sa-1.5.0.tar.gz) = 740641a99a8d4c7555ba8719795779a6bf65a6d356950b6f4cdb1db91e2aa9af
+SIZE (free-sa-1.5.0.tar.gz) = 81469
diff --git a/www/free-sa/files/extra-patch-Makefile b/www/free-sa/files/extra-patch-Makefile
index 7fb69c6582cd..e08193c44341 100644
--- a/www/free-sa/files/extra-patch-Makefile
+++ b/www/free-sa/files/extra-patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2007-04-30 09:32:29.000000000 -0800
-+++ Makefile 2008-07-04 18:34:18.000000000 -0800
+--- Makefile.orgi 2008-12-07 14:02:42.000000000 +0100
++++ Makefile 2008-12-07 14:03:19.000000000 +0100
@@ -15,8 +15,4 @@
$(MAKEDIRS)
@( \
$(INSTALLODR) $(TMPDIR); \
-- $(INSTALLDIR) $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION); \
+- $(INSTALLDIR) $(DOCDIR); \
- for IDOCFILE in COPYING ChangeLog FAQ INSTALL README README.DEV THANKS; do \
-- $(INSTALLFIL) $$IDOCFILE $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION); \
+- $(INSTALLFIL) $$IDOCFILE $(DOCDIR); \
- done \
)