diff options
author | garga <garga@FreeBSD.org> | 2018-06-10 05:03:12 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2018-06-10 05:03:12 +0800 |
commit | 25becfa9d4e2011d3b81f93840f4a77c67366a3f (patch) | |
tree | 5719a1f902f75916d9d4a610bdaf3761e2fee1c3 /www | |
parent | 509a927341215a56ad8684b7069de222aea74a6a (diff) | |
download | freebsd-ports-gnome-25becfa9d4e2011d3b81f93840f4a77c67366a3f.tar.gz freebsd-ports-gnome-25becfa9d4e2011d3b81f93840f4a77c67366a3f.tar.zst freebsd-ports-gnome-25becfa9d4e2011d3b81f93840f4a77c67366a3f.zip |
Update www/sarg to 2.3.11
Diffstat (limited to 'www')
-rw-r--r-- | www/sarg/Makefile | 3 | ||||
-rw-r--r-- | www/sarg/distinfo | 6 | ||||
-rw-r--r-- | www/sarg/files/patch-configure.in | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 98a790b3e87f..728694a53c08 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sarg -PORTVERSION= 2.3.10 -PORTREVISION= 2 +PORTVERSION= 2.3.11 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/www/sarg/distinfo b/www/sarg/distinfo index ba45137c133b..2477a7191e96 100644 --- a/www/sarg/distinfo +++ b/www/sarg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465660054 -SHA256 (sarg-2.3.10.tar.gz) = f83eeb3fe09f1c571e927b991027b2f59b90b360caee40f623586b9a2a93bc95 -SIZE (sarg-2.3.10.tar.gz) = 1270660 +TIMESTAMP = 1528577696 +SHA256 (sarg-2.3.11.tar.gz) = d0f8fbefb5fdc716e75c778525d96ac9eef622d3de94da8d70e2bdc7ab81daa2 +SIZE (sarg-2.3.11.tar.gz) = 1346884 diff --git a/www/sarg/files/patch-configure.in b/www/sarg/files/patch-configure.in deleted file mode 100644 index 24331d35a16c..000000000000 --- a/www/sarg/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2016-06-11 17:42:50 UTC -+++ configure.in -@@ -148,7 +148,7 @@ AC_STRUCT_TM - - # Change the gettext version according to the available version on your system. - # It should not be necessary to change it unless you run autoreconf -fi. --AM_GNU_GETTEXT_VERSION([0.18]) -+AM_GNU_GETTEXT_VERSION([0.19]) - AM_GNU_GETTEXT([external]) - - AC_SYS_LARGEFILE |