From cgrzemba at users.sourceforge.net Thu Dec 1 10:59:09 2016 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 1 Dec 2016 09:59:09 +0000 Subject: SF.net SVN: gar:[26054] csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk Message-ID: <3tTt6q6vG6z1F7@mail.opencsw.org> Revision: 26054 http://sourceforge.net/p/gar/code/26054 Author: cgrzemba Date: 2016-12-01 09:59:08 +0000 (Thu, 01 Dec 2016) Log Message: ----------- gnome-base/gnome-icon-theme/trunk: update version 2.31 Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/checksums Modified: csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile 2016-11-28 15:47:56 UTC (rev 26053) +++ csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile 2016-12-01 09:59:08 UTC (rev 26054) @@ -3,21 +3,30 @@ # $Id: Makefile 8335 2010-02-03 18:36:29Z wahwah $ NAME = gnome-icon-theme -GNOME_VERSION = 2.22 +GNOME_VERSION = 2.31 VERSION = $(GNOME_VERSION).0 CATEGORIES = gnome GARTYPE = v2 + DESCRIPTION = GNOME icon theme define BLURB endef + SPKG_SOURCEURL = http://ftp.gnome.org/pub/GNOME/sources/$(NAME)/ MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/$(NAME)/$(GNOME_VERSION)/ DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + PACKAGES = CSWgnomeicontheme CATALOGNAME_CSWgnomeicontheme = gnome_icon_theme RUNTIME_DEP_PKGS_CSWgnomeicontheme = CSWicon-naming-utils BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWgnomeicontheme) +ARCHALL_CSWgnomeicontheme = 1 + +EXTRA_CONFIGURE_ENV = PATH=/opt/csw/gnu:$(PATH) + CONFIGURE_ARGS = $(DIRPATHS) -ARCHALL_CSWgnomeicontheme = 1 + include gar/category.mk + +PATH:=/opt/csw/gnu:$(PATH) Modified: csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/checksums =================================================================== --- csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/checksums 2016-11-28 15:47:56 UTC (rev 26053) +++ csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/checksums 2016-12-01 09:59:08 UTC (rev 26054) @@ -1 +1 @@ -271b0b12b41539c7ca9bb5f19ced8a38 gnome-icon-theme-2.22.0.tar.gz +35dee612dfbb9b3858bc4e6ff768d906 gnome-icon-theme-2.31.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Thu Dec 1 11:19:37 2016 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Thu, 1 Dec 2016 10:19:37 +0000 Subject: SF.net SVN: gar:[26055] csw/mgar/pkg/icon-naming-utils/trunk/Makefile Message-ID: <3tTtZJ3wSbz1HP@mail.opencsw.org> Revision: 26055 http://sourceforge.net/p/gar/code/26055 Author: cgrzemba Date: 2016-12-01 10:19:37 +0000 (Thu, 01 Dec 2016) Log Message: ----------- icon-naming-utils/trunk: update recipe Modified Paths: -------------- csw/mgar/pkg/icon-naming-utils/trunk/Makefile Modified: csw/mgar/pkg/icon-naming-utils/trunk/Makefile =================================================================== --- csw/mgar/pkg/icon-naming-utils/trunk/Makefile 2016-12-01 09:59:08 UTC (rev 26054) +++ csw/mgar/pkg/icon-naming-utils/trunk/Makefile 2016-12-01 10:19:37 UTC (rev 26055) @@ -6,15 +6,19 @@ VERSION = 0.8.90 CATEGORIES = gnome GARTYPE = v2 + DESCRIPTION = Icon naming utils define BLURB endef + SPKG_SOURCEURL = http://tango.freedesktop.org/releases/ MASTER_SITES = http://tango.freedesktop.org/releases/ DISTFILES = $(NAME)-$(VERSION).tar.bz2 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + CATALOGNAME_CSWicon-naming-utils = icon_naming_utils ARCHALL_CSWicon-naming-utils = 1 -RUNTIME_DEP_PKGS_CSWicon-naming-utils = CSWpmxmlsimple + CONFIGURE_ARGS = $(DIRPATHS) + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Dec 4 13:32:47 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 4 Dec 2016 12:32:47 +0000 Subject: SF.net SVN: gar:[26056] csw/mgar/pkg/subversion/trunk Message-ID: <3tWnNh1lmfzD6@mail.opencsw.org> Revision: 26056 http://sourceforge.net/p/gar/code/26056 Author: rthurner Date: 2016-12-04 12:32:46 +0000 (Sun, 04 Dec 2016) Log Message: ----------- subversion/trunk: subversion, update from svn-1.9.4 to svn-1.9.5 Modified Paths: -------------- csw/mgar/pkg/subversion/trunk/Makefile csw/mgar/pkg/subversion/trunk/checksums Modified: csw/mgar/pkg/subversion/trunk/Makefile =================================================================== --- csw/mgar/pkg/subversion/trunk/Makefile 2016-12-01 10:19:37 UTC (rev 26055) +++ csw/mgar/pkg/subversion/trunk/Makefile 2016-12-04 12:32:46 UTC (rev 26056) @@ -20,7 +20,7 @@ # http://subversion.apache.org/mailing-lists.html NAME = subversion -VERSION = 1.9.4 +VERSION = 1.9.5 GARTYPE = v2 DESCRIPTION = Version control rethought Modified: csw/mgar/pkg/subversion/trunk/checksums =================================================================== --- csw/mgar/pkg/subversion/trunk/checksums 2016-12-01 10:19:37 UTC (rev 26055) +++ csw/mgar/pkg/subversion/trunk/checksums 2016-12-04 12:32:46 UTC (rev 26056) @@ -1 +1 @@ -29121a038f87641055a8183f49e9739f subversion-1.9.4.tar.bz2 +9fcbae352a5efe73d46a88c97c6bba14 subversion-1.9.5.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Dec 4 13:42:19 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 4 Dec 2016 12:42:19 +0000 Subject: SF.net SVN: gar:[26057] csw/mgar/pkg/git/trunk Message-ID: <3tWnbb2lhYzH3@mail.opencsw.org> Revision: 26057 http://sourceforge.net/p/gar/code/26057 Author: rthurner Date: 2016-12-04 12:42:19 +0000 (Sun, 04 Dec 2016) Log Message: ----------- git/trunk: git, update to git-2.11.0 Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile csw/mgar/pkg/git/trunk/checksums Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2016-12-04 12:32:46 UTC (rev 26056) +++ csw/mgar/pkg/git/trunk/Makefile 2016-12-04 12:42:19 UTC (rev 26057) @@ -1,5 +1,5 @@ NAME = git -VERSION = 2.7.1 +VERSION = 2.11.0 #PATCHLEVEL = rc4 DISTNAME = $(NAME)-$(VERSION) GARTYPE = v2 Modified: csw/mgar/pkg/git/trunk/checksums =================================================================== --- csw/mgar/pkg/git/trunk/checksums 2016-12-04 12:32:46 UTC (rev 26056) +++ csw/mgar/pkg/git/trunk/checksums 2016-12-04 12:42:19 UTC (rev 26057) @@ -1 +1 @@ -846ac45a1638e9a6ff3a9b790f6c8d99 git-2.7.1.tar.gz +eac9324afcf4c95ab11acb2e2283e376 git-2.11.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Dec 4 15:53:36 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 4 Dec 2016 14:53:36 +0000 Subject: SF.net SVN: gar:[26058] csw/mgar/pkg/git/trunk/files Message-ID: <3tWrW85rPCzKV@mail.opencsw.org> Revision: 26058 http://sourceforge.net/p/gar/code/26058 Author: rthurner Date: 2016-12-04 14:53:35 +0000 (Sun, 04 Dec 2016) Log Message: ----------- git/trunk: git, update patches to new version Modified Paths: -------------- csw/mgar/pkg/git/trunk/files/0001-Update-path-in-documentation-to-be-CSW-proper.patch csw/mgar/pkg/git/trunk/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch csw/mgar/pkg/git/trunk/files/0005-Modify-use-of-sed-and-tr-to-be-compatible-with-xpg4-.patch Modified: csw/mgar/pkg/git/trunk/files/0001-Update-path-in-documentation-to-be-CSW-proper.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0001-Update-path-in-documentation-to-be-CSW-proper.patch 2016-12-04 12:42:19 UTC (rev 26057) +++ csw/mgar/pkg/git/trunk/files/0001-Update-path-in-documentation-to-be-CSW-proper.patch 2016-12-04 14:53:35 UTC (rev 26058) @@ -1,17 +1,15 @@ -From 27d53590be0ef3a170bdbe06ff904e198bf06549 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Sat, 2 May 2015 13:34:53 +0100 -Subject: [PATCH] Update path in documentation to be CSW-proper. +From d1028067c242186191fc567855b7c653930aabc3 Mon Sep 17 00:00:00 2001 +From: THURNER rupert +Date: Sun, 4 Dec 2016 14:50:39 +0100 +Subject: [PATCH] change documentation to point to gits default template + directory in /opt/csw/share instead of /usr/share -Change /usr/share to /opt/csw/share in the git-init documentation. - -Signed-off-by: Ben Walton --- Documentation/git-init.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt -index 8174d27..0707d56 100644 +index 9d27197..8ac7299 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -127,7 +127,7 @@ The template directory will be one of the following (in order): @@ -22,7 +20,7 @@ + - the default template directory: `/opt/csw/share/git-core/templates`. The default template directory includes some directory structure, suggested - "exclude patterns" (see linkgit:gitignore[5]), and sample hook files (see linkgit:githooks[5]). + "exclude patterns" (see linkgit:gitignore[5]), and sample hook files. -- -2.3.3 +2.4.0 Modified: csw/mgar/pkg/git/trunk/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch 2016-12-04 12:42:19 UTC (rev 26057) +++ csw/mgar/pkg/git/trunk/files/0002-Alter-the-value-of-_PATH_DEFPATH-when-paths.h-not-pr.patch 2016-12-04 14:53:35 UTC (rev 26058) @@ -1,23 +1,21 @@ -From 937605b8ae8eac2bf669af619f60eed3b3b42d23 Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Sat, 27 Nov 2010 15:11:49 +0100 -Subject: [PATCH 3/3] Alter the value of _PATH_DEFPATH when paths.h not present +From fb6813b93a65d9063ec0242060ea8b9c808e2fc6 Mon Sep 17 00:00:00 2001 +From: THURNER rupert +Date: Sun, 4 Dec 2016 14:59:40 +0100 +Subject: [PATCH 6/6] Alter the value of _PATH_DEFPATH when paths.h not present Since solaris doesn't provide paths.h, we won't get a system value for _PATH_DEFPATH. This is handled by conditionally setting it, but the value includes /usr/local/bin as the first item. We'll swap that out for /opt/csw/bin instead. - -Signed-off-by: Ben Walton --- - git-compat-util.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + git-compat-util.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-compat-util.h b/git-compat-util.h -index 2af8d3e..762f620 100644 +index 87237b0..accd50b 100644 --- a/git-compat-util.h +++ b/git-compat-util.h -@@ -184,7 +184,7 @@ extern char *gitbasename(char *); +@@ -327,7 +327,7 @@ extern char *gitdirname(char *); #include #endif #ifndef _PATH_DEFPATH @@ -25,7 +23,7 @@ +#define _PATH_DEFPATH "/opt/csw/bin:/usr/bin:/bin" #endif - #ifndef STRIP_EXTENSION + #ifndef has_dos_drive_prefix -- -1.7.3 +2.4.0 Modified: csw/mgar/pkg/git/trunk/files/0005-Modify-use-of-sed-and-tr-to-be-compatible-with-xpg4-.patch =================================================================== --- csw/mgar/pkg/git/trunk/files/0005-Modify-use-of-sed-and-tr-to-be-compatible-with-xpg4-.patch 2016-12-04 12:42:19 UTC (rev 26057) +++ csw/mgar/pkg/git/trunk/files/0005-Modify-use-of-sed-and-tr-to-be-compatible-with-xpg4-.patch 2016-12-04 14:53:35 UTC (rev 26058) @@ -1,8 +1,8 @@ -From 8bf59ec75260d585ad49dceb7bd51d632eca432a Mon Sep 17 00:00:00 2001 -From: Ben Walton -Date: Mon, 4 May 2015 09:37:44 +0100 -Subject: [PATCH] Modify use of sed and tr to be compatible with xpg4 tools on - Solaris +From bc8e2ed873867e11dbf2ce67e1e49be2e874b1a0 Mon Sep 17 00:00:00 2001 +From: THURNER rupert +Date: Sun, 4 Dec 2016 15:39:31 +0100 +Subject: [PATCH 8/8] Modify use of sed and tr to be compatible with xpg4 tools + on Solaris The tr as found in /usr/xpg4/bin fails to strip the [ character as used in tr -d "[]". To correct this, prefix the [ with the escape @@ -11,18 +11,16 @@ A sed command with a trailing space isn't accepted by sed on solaris, so remove it since it's not semantically important. - -Signed-off-by: Ben Walton --- t/t5500-fetch-pack.sh | 2 +- t/t5601-clone.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh -index 3a9b775..1df340c 100755 +index 505e1b4..7129c7f 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh -@@ -547,7 +547,7 @@ check_prot_host_port_path () { +@@ -562,7 +562,7 @@ check_prot_host_port_path () { *ssh*) pp=ssh uah=userandhost @@ -32,19 +30,19 @@ ;; *) diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh -index 1befc45..97af1fb 100755 +index a433394..0969b41 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh -@@ -412,7 +412,7 @@ test_expect_success 'clone ssh://host.xz:22/~repo' ' +@@ -466,7 +466,7 @@ test_expect_success 'clone ssh://host.xz:22/~repo' ' #IPv6 for tuah in ::1 [::1] [::1]: user@::1 user@[::1] user@[::1]: [user@::1] [user@::1]: do -- ehost=$(echo $tuah | sed -e "s/1]:/1]/ "| tr -d "[]") +- ehost=$(echo $tuah | sed -e "s/1]:/1]/" | tr -d "[]") + ehost=$(echo $tuah | sed -e "s/1]:/1]/" | tr -d "\[]") test_expect_success "clone ssh://$tuah/home/user/repo" " test_clone_url ssh://$tuah/home/user/repo $ehost /home/user/repo " -@@ -421,7 +421,7 @@ done +@@ -475,7 +475,7 @@ done #IPv6 from home directory for tuah in ::1 [::1] user@::1 user@[::1] [user@::1] do @@ -53,7 +51,7 @@ test_expect_success "clone ssh://$tuah/~repo" " test_clone_url ssh://$tuah/~repo $euah '~repo' " -@@ -430,7 +430,7 @@ done +@@ -484,7 +484,7 @@ done #IPv6 with port number for tuah in [::1] user@[::1] [user@::1] do @@ -62,7 +60,7 @@ test_expect_success "clone ssh://$tuah:22/home/user/repo" " test_clone_url ssh://$tuah:22/home/user/repo '-p 22' $euah /home/user/repo " -@@ -439,7 +439,7 @@ done +@@ -493,7 +493,7 @@ done #IPv6 from home directory with port number for tuah in [::1] user@[::1] [user@::1] do @@ -72,5 +70,5 @@ test_clone_url ssh://$tuah:22/~repo '-p 22' $euah '~repo' " -- -2.3.3 +2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Dec 4 16:04:09 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 4 Dec 2016 15:04:09 +0000 Subject: SF.net SVN: gar:[26059] csw/mgar/pkg/mercurial/trunk Message-ID: <3tWrlD4rFWzMp@mail.opencsw.org> Revision: 26059 http://sourceforge.net/p/gar/code/26059 Author: rthurner Date: 2016-12-04 15:04:09 +0000 (Sun, 04 Dec 2016) Log Message: ----------- mercurial/trunk: mercurial, update to hg-4.0.1 Modified Paths: -------------- csw/mgar/pkg/mercurial/trunk/Makefile csw/mgar/pkg/mercurial/trunk/checksums Modified: csw/mgar/pkg/mercurial/trunk/Makefile =================================================================== --- csw/mgar/pkg/mercurial/trunk/Makefile 2016-12-04 14:53:35 UTC (rev 26058) +++ csw/mgar/pkg/mercurial/trunk/Makefile 2016-12-04 15:04:09 UTC (rev 26059) @@ -1,5 +1,5 @@ NAME = mercurial -VERSION = 4.0 +VERSION = 4.0.1 CATEGORIES = python DESCRIPTION = Fast, lightweight Source Control Management system Modified: csw/mgar/pkg/mercurial/trunk/checksums =================================================================== --- csw/mgar/pkg/mercurial/trunk/checksums 2016-12-04 14:53:35 UTC (rev 26058) +++ csw/mgar/pkg/mercurial/trunk/checksums 2016-12-04 15:04:09 UTC (rev 26059) @@ -1 +1 @@ -9f0c93e1ee9098d958fbaabbd397286b mercurial-4.0.tar.gz +22a9b1d7c0c06a53f0ae5b386d536d08 mercurial-4.0.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Sun Dec 4 16:25:22 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Sun, 4 Dec 2016 15:25:22 +0000 Subject: SF.net SVN: gar:[26060] csw/mgar/pkg/git/trunk/Makefile Message-ID: <3tWsCh21tlzQC@mail.opencsw.org> Revision: 26060 http://sourceforge.net/p/gar/code/26060 Author: rthurner Date: 2016-12-04 15:25:21 +0000 (Sun, 04 Dec 2016) Log Message: ----------- git/trunk: git, disable tests for the moment Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2016-12-04 15:04:09 UTC (rev 26059) +++ csw/mgar/pkg/git/trunk/Makefile 2016-12-04 15:25:21 UTC (rev 26060) @@ -16,7 +16,7 @@ # 1.7.2.1 and 1.7.3 have a failure on current9s when fr.UFT-8 is # detected as the first available utf8 locale. the failure is # harmless though. -# TEST_SCRIPTS = +TEST_SCRIPTS = TEST_TARGET = test PACKAGES = CSWgit CSWgitk CSWgit-gui CSWgit-svn CSWgit-cvs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Dec 5 03:42:34 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Mon, 5 Dec 2016 02:42:34 +0000 Subject: SF.net SVN: gar:[26061] csw/mgar/pkg/git/trunk/Makefile Message-ID: <3tX8F55jX1zWr@mail.opencsw.org> Revision: 26061 http://sourceforge.net/p/gar/code/26061 Author: rthurner Date: 2016-12-05 02:42:34 +0000 (Mon, 05 Dec 2016) Log Message: ----------- git/trunk: git, add linbinl9 instead of libintl8 as dependency Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2016-12-04 15:25:21 UTC (rev 26060) +++ csw/mgar/pkg/git/trunk/Makefile 2016-12-05 02:42:34 UTC (rev 26061) @@ -50,7 +50,7 @@ RUNTIME_DEP_PKGS_CSWgit += CSWopenssh-client CSWlibiconv2 CSWlibexpat1 RUNTIME_DEP_PKGS_CSWgit += CSWbash CSWpm-error CSWpm-term-readkey RUNTIME_DEP_PKGS_CSWgit += CSWpmnetsmtpssl CSWless -RUNTIME_DEP_PKGS_CSWgit += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWgit += CSWlibintl9 RUNTIME_DEP_PKGS_CSWgit += CSWlibssl1-0-0 RUNTIME_DEP_PKGS_CSWgitk = CSWgit CSWtk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Mon Dec 5 09:36:01 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Mon, 5 Dec 2016 08:36:01 +0000 Subject: SF.net SVN: gar:[26062] csw/mgar/pkg/git/trunk/Makefile Message-ID: <3tXJ4w4cTSzhw@mail.opencsw.org> Revision: 26062 http://sourceforge.net/p/gar/code/26062 Author: rthurner Date: 2016-12-05 08:36:01 +0000 (Mon, 05 Dec 2016) Log Message: ----------- git/trunk: git, not sure where this dependency is introduced but mgar refuses to build without it. Modified Paths: -------------- csw/mgar/pkg/git/trunk/Makefile Modified: csw/mgar/pkg/git/trunk/Makefile =================================================================== --- csw/mgar/pkg/git/trunk/Makefile 2016-12-05 02:42:34 UTC (rev 26061) +++ csw/mgar/pkg/git/trunk/Makefile 2016-12-05 08:36:01 UTC (rev 26062) @@ -177,6 +177,8 @@ CHECKPKG_OVERRIDES_CSWgitk += surplus-dependency|CSWgit CHECKPKG_OVERRIDES_CSWgit-svn += surplus-dependency|CSWgit CHECKPKG_OVERRIDES_CSWgit-svn += surplus-dependency|CSWpmsvn +CHECKPKG_OVERRIDES_CSWgit-svn += dependency-on-stub|pm_subversion_stub +CHECKPKG_OVERRIDES_CSWgit += dependency-on-stub|pm_netsmtpssl_stub include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Dec 5 09:42:54 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 5 Dec 2016 08:42:54 +0000 Subject: SF.net SVN: gar:[26063] csw/mgar/pkg/mutt/trunk Message-ID: <3tXJDt5JM6zlC@mail.opencsw.org> Revision: 26063 http://sourceforge.net/p/gar/code/26063 Author: dmichelsen Date: 2016-12-05 08:42:54 +0000 (Mon, 05 Dec 2016) Log Message: ----------- mutt/trunk: Update to 1.7.2 Modified Paths: -------------- csw/mgar/pkg/mutt/trunk/Makefile csw/mgar/pkg/mutt/trunk/checksums Modified: csw/mgar/pkg/mutt/trunk/Makefile =================================================================== --- csw/mgar/pkg/mutt/trunk/Makefile 2016-12-05 08:36:01 UTC (rev 26062) +++ csw/mgar/pkg/mutt/trunk/Makefile 2016-12-05 08:42:54 UTC (rev 26063) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 1.7.1 +VERSION = 1.7.2 GARTYPE = v2 EXTRA_MODULATORS = SLANG Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2016-12-05 08:36:01 UTC (rev 26062) +++ csw/mgar/pkg/mutt/trunk/checksums 2016-12-05 08:42:54 UTC (rev 26063) @@ -1 +1 @@ -04ae5b20cee7d746a246968e4a8cb9fa mutt-1.7.1.tar.gz +15425c4c9946d58c22ccb44901544e6d mutt-1.7.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Tue Dec 6 00:08:37 2016 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 5 Dec 2016 23:08:37 +0000 Subject: SF.net SVN: gar:[26064] csw/mgar/pkg/dovecot/trunk Message-ID: <3tXgRv2P3Yz14S@mail.opencsw.org> Revision: 26064 http://sourceforge.net/p/gar/code/26064 Author: jake_goerzen Date: 2016-12-05 23:08:37 +0000 (Mon, 05 Dec 2016) Log Message: ----------- dovecot: update to 2.2.27 Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2016-12-05 08:42:54 UTC (rev 26063) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2016-12-05 23:08:37 UTC (rev 26064) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.26.0 +VERSION = 2.2.27 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2016-12-05 08:42:54 UTC (rev 26063) +++ csw/mgar/pkg/dovecot/trunk/checksums 2016-12-05 23:08:37 UTC (rev 26064) @@ -1 +1 @@ -85bc42328de41d1eb8d6d3f1db666db8 dovecot-2.2.26.0.tar.gz +20133518f5bc0e64dd07ce55b83df2fb dovecot-2.2.27.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Dec 6 12:16:03 2016 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 6 Dec 2016 11:16:03 +0000 Subject: SF.net SVN: gar:[26065] csw/mgar/pkg/pixman/trunk/Makefile Message-ID: <3tXzbC2BYdz1GG@mail.opencsw.org> Revision: 26065 http://sourceforge.net/p/gar/code/26065 Author: rmottola Date: 2016-12-06 11:16:03 +0000 (Tue, 06 Dec 2016) Log Message: ----------- pixman/trunk: make solaris9 build only as i386 and not amd64 Modified Paths: -------------- csw/mgar/pkg/pixman/trunk/Makefile Modified: csw/mgar/pkg/pixman/trunk/Makefile =================================================================== --- csw/mgar/pkg/pixman/trunk/Makefile 2016-12-05 23:08:37 UTC (rev 26064) +++ csw/mgar/pkg/pixman/trunk/Makefile 2016-12-06 11:16:03 UTC (rev 26065) @@ -25,8 +25,8 @@ # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWlibpixman-dev += CSWlibpixman1-0 -EXTRA_CFLAGS = -mt -EXTRA_LINKER_FLAGS = -mt +EXTRA_CFLAGS = +EXTRA_LINKER_FLAGS = -mt -lpthread -R/usr/lib/lwp/64 #where can we build? PACKAGING_PLATFORMS += solaris9-sparc @@ -34,6 +34,11 @@ PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 +# Solaris 9 package does not contain 64 bit on i386 as we have a separate Solaris 10 package +SKIP_MODULATIONS-5.9 += isa-amd64 +SKIP_MODULATIONS = $(SKIP_MODULATIONS-$(GAROSREL)) + + BUILD64_LIBS_ONLY = 1 NOISALIST = 1 CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Dec 7 10:10:56 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 7 Dec 2016 09:10:56 +0000 Subject: SF.net SVN: gar:[26066] csw/mgar/pkg/grep/trunk Message-ID: <3tYXmT4V1Hz1VM@mail.opencsw.org> Revision: 26066 http://sourceforge.net/p/gar/code/26066 Author: dmichelsen Date: 2016-12-07 09:10:56 +0000 (Wed, 07 Dec 2016) Log Message: ----------- grep/trunk: Update to 2.27 Modified Paths: -------------- csw/mgar/pkg/grep/trunk/Makefile csw/mgar/pkg/grep/trunk/checksums Modified: csw/mgar/pkg/grep/trunk/Makefile =================================================================== --- csw/mgar/pkg/grep/trunk/Makefile 2016-12-06 11:16:03 UTC (rev 26065) +++ csw/mgar/pkg/grep/trunk/Makefile 2016-12-07 09:10:56 UTC (rev 26066) @@ -1,5 +1,5 @@ NAME = grep -VERSION = 2.26 +VERSION = 2.27 GARTYPE = v2 DESCRIPTION = GNU grep @@ -15,6 +15,7 @@ endef MASTER_SITES = $(GNU_MIRROR) +MASTER_SITES += http://ftp.gnu.org/gnu/grep/ MASTER_SITES += http://meyering.net/grep/ DISTFILES = $(DISTNAME).tar.xz Modified: csw/mgar/pkg/grep/trunk/checksums =================================================================== --- csw/mgar/pkg/grep/trunk/checksums 2016-12-06 11:16:03 UTC (rev 26065) +++ csw/mgar/pkg/grep/trunk/checksums 2016-12-07 09:10:56 UTC (rev 26066) @@ -1 +1 @@ -afdd61c7221434722671baf002ac9267 grep-2.26.tar.xz +6138dd227c39d4a25f81eea76a44d4cb grep-2.27.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From cgrzemba at users.sourceforge.net Fri Dec 9 15:55:53 2016 From: cgrzemba at users.sourceforge.net (cgrzemba at users.sourceforge.net) Date: Fri, 9 Dec 2016 14:55:53 +0000 Subject: SF.net SVN: gar:[26067] csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/ Makefile Message-ID: <3tZwKZ5yF3zHv@mail.opencsw.org> Revision: 26067 http://sourceforge.net/p/gar/code/26067 Author: cgrzemba Date: 2016-12-09 14:55:53 +0000 (Fri, 09 Dec 2016) Log Message: ----------- gnome-base/gnome-icon-theme/trunk: respin update only Modified Paths: -------------- csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile Modified: csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile 2016-12-07 09:10:56 UTC (rev 26066) +++ csw/mgar/pkg/gnome-base/gnome-icon-theme/trunk/Makefile 2016-12-09 14:55:53 UTC (rev 26067) @@ -19,8 +19,8 @@ PACKAGES = CSWgnomeicontheme CATALOGNAME_CSWgnomeicontheme = gnome_icon_theme -RUNTIME_DEP_PKGS_CSWgnomeicontheme = CSWicon-naming-utils -BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS_CSWgnomeicontheme) +BUILD_DEP_PKGS = CSWicon-naming-utils + ARCHALL_CSWgnomeicontheme = 1 EXTRA_CONFIGURE_ENV = PATH=/opt/csw/gnu:$(PATH) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From opk at users.sourceforge.net Mon Dec 12 14:50:35 2016 From: opk at users.sourceforge.net (opk at users.sourceforge.net) Date: Mon, 12 Dec 2016 13:50:35 +0000 Subject: SF.net SVN: gar:[26068] csw/mgar/pkg/zsh/trunk Message-ID: <3tckkk1XjQzfC@mail.opencsw.org> Revision: 26068 http://sourceforge.net/p/gar/code/26068 Author: opk Date: 2016-12-12 13:50:35 +0000 (Mon, 12 Dec 2016) Log Message: ----------- update zsh to 5.3 Modified Paths: -------------- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Modified: csw/mgar/pkg/zsh/trunk/Makefile =================================================================== --- csw/mgar/pkg/zsh/trunk/Makefile 2016-12-09 14:55:53 UTC (rev 26067) +++ csw/mgar/pkg/zsh/trunk/Makefile 2016-12-12 13:50:35 UTC (rev 26068) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.2 +VERSION = 5.3 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell @@ -18,7 +18,7 @@ LICENSE = LICENCE -RUNTIME_DEP_PKGS = CSWlibiconv2 CSWlibncursesw5 CSWlibpcre1 CSWlibgdbm4 +RUNTIME_DEP_PKGS = CSWlibiconv2 CSWlibncursesw6 CSWlibpcre1 CSWlibgdbm4 BUILD_DEP_PKGS = CSWlibpcre-dev SPKG_SOURCEURL = http://www.zsh.org @@ -29,6 +29,8 @@ CONFIGURE_ARGS += --enable-pcre CONFIGURE_ARGS += --enable-etcdir=$(sysconfdir) +TEST_TARGET = + CHECKPKG_OVERRIDES_CSWzsh += file-with-bad-content|/usr/local|root/opt/csw/bin/zsh EXTRA_MERGE_EXCLUDE_FILES = /opt/csw/bin/zsh-$(VERSION) ETCSHELLS = /opt/csw/bin/zsh Modified: csw/mgar/pkg/zsh/trunk/checksums =================================================================== --- csw/mgar/pkg/zsh/trunk/checksums 2016-12-09 14:55:53 UTC (rev 26067) +++ csw/mgar/pkg/zsh/trunk/checksums 2016-12-12 13:50:35 UTC (rev 26068) @@ -1 +1 @@ -afe96fde08b70e23c1cab1ca7a68fb34 zsh-5.2.tar.xz +c5ba34e68fcf62a2e78adc56bf3d328a zsh-5.3.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rthurner at users.sourceforge.net Thu Dec 15 22:34:17 2016 From: rthurner at users.sourceforge.net (rthurner at users.sourceforge.net) Date: Thu, 15 Dec 2016 21:34:17 +0000 Subject: SF.net SVN: gar:[26069] csw/mgar/pkg/cmake/trunk Message-ID: <3tfmtR2QkBz1DH@mail.opencsw.org> Revision: 26069 http://sourceforge.net/p/gar/code/26069 Author: rthurner Date: 2016-12-15 21:34:17 +0000 (Thu, 15 Dec 2016) Log Message: ----------- cmake/trunk: cmake, update to cmake-3.7.1 Modified Paths: -------------- csw/mgar/pkg/cmake/trunk/Makefile csw/mgar/pkg/cmake/trunk/checksums Modified: csw/mgar/pkg/cmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/cmake/trunk/Makefile 2016-12-12 13:50:35 UTC (rev 26068) +++ csw/mgar/pkg/cmake/trunk/Makefile 2016-12-15 21:34:17 UTC (rev 26069) @@ -1,7 +1,7 @@ # $Id$ NAME = cmake -VERSION = 3.6.3 +VERSION = 3.7.1 GARTYPE = v2 DESCRIPTION = Cross-platform make Modified: csw/mgar/pkg/cmake/trunk/checksums =================================================================== --- csw/mgar/pkg/cmake/trunk/checksums 2016-12-12 13:50:35 UTC (rev 26068) +++ csw/mgar/pkg/cmake/trunk/checksums 2016-12-15 21:34:17 UTC (rev 26069) @@ -1 +1 @@ -b62fc10072cd906160865b9e74ce228f cmake-3.6.3.tar.gz +d031d5a06e9f1c5367cdfc56fbd2a1c8 cmake-3.7.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Dec 20 11:40:26 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 20 Dec 2016 10:40:26 +0000 Subject: SF.net SVN: gar:[26070] csw/mgar/pkg/sudo/trunk Message-ID: <3tjZ7n5zbtz8c@mail.opencsw.org> Revision: 26070 http://sourceforge.net/p/gar/code/26070 Author: dmichelsen Date: 2016-12-20 10:40:26 +0000 (Tue, 20 Dec 2016) Log Message: ----------- sudo/trunk: Update to 1.8.19 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/sudo/trunk/files/40cbd5790106 Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2016-12-15 21:34:17 UTC (rev 26069) +++ csw/mgar/pkg/sudo/trunk/Makefile 2016-12-20 10:40:26 UTC (rev 26070) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.18p1 +VERSION = 1.8.19 GARTYPE = v2 EXTRA_MODULATORS = LDAP @@ -21,10 +21,6 @@ DISTFILES += sudo.conf.CSW DISTFILES += map.sudo -# Use patch until this is fixed: -# https://www.sudo.ws/pipermail/sudo-users/2016-November/005855.html -PATCHFILES += 40cbd5790106 - LICENSE = doc/LICENSE VENDOR_URL = http://www.sudo.ws @@ -46,6 +42,9 @@ RUNTIME_DEP_PKGS_CSWsudo += $(RUNTIME_DEP_PKGS_CSWsudo-$(GAROSREL)) #OBSOLETED_BY_CSWsudo = CSWsudo-common +# This is a private library +CHECKPKG_OVERRIDES_CSWsudo += soname-not-part-of-filename|soname=libsudo_noexec.so|filename=sudo_noexec.so + # These are just docs CHECKPKG_OVERRIDES_CSWsudo += file-with-bad-content|/usr/local|root/etc/opt/csw/sudoers.CSW Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2016-12-15 21:34:17 UTC (rev 26069) +++ csw/mgar/pkg/sudo/trunk/checksums 2016-12-20 10:40:26 UTC (rev 26070) @@ -1 +1 @@ -28f5214d5bcb5af5710decb95184a0a6 sudo-1.8.18p1.tar.gz +3d653d26006b55ed7976b90e053c5201 sudo-1.8.19.tar.gz Deleted: csw/mgar/pkg/sudo/trunk/files/40cbd5790106 =================================================================== --- csw/mgar/pkg/sudo/trunk/files/40cbd5790106 2016-12-15 21:34:17 UTC (rev 26069) +++ csw/mgar/pkg/sudo/trunk/files/40cbd5790106 2016-12-20 10:40:26 UTC (rev 26070) @@ -1,121 +0,0 @@ - -# HG changeset patch -# User Todd C. Miller -# Date 1478640923 25200 -# Node ID 40cbd579010615597370933e1c66ca4627e9095a -# Parent 6b64a8e3a19dbb6a3ed48b0751f1a6eeaf290d24 -Fix a bug in host matching where a negated sudoHost entry would -prevent other sudoHosts following it from matching. - -diff -r 6b64a8e3a19d -r 40cbd5790106 plugins/sudoers/ldap.c ---- a/plugins/sudoers/ldap.c Tue Nov 08 12:58:28 2016 -0700 -+++ b/plugins/sudoers/ldap.c Tue Nov 08 14:35:23 2016 -0700 -@@ -722,20 +722,21 @@ - { - struct berval **bv, **p; - char *val; -- bool ret = false; -- bool foundbang = false; -+ int matched = UNSPEC; - debug_decl(sudo_ldap_check_host, SUDOERS_DEBUG_LDAP) - - if (!entry) -- debug_return_bool(ret); -+ debug_return_bool(false); - - /* get the values from the entry */ - bv = ldap_get_values_len(ld, entry, "sudoHost"); - if (bv == NULL) -- debug_return_bool(ret); -+ debug_return_bool(false); - - /* walk through values */ -- for (p = bv; *p != NULL && !foundbang; p++) { -+ for (p = bv; *p != NULL && matched != false; p++) { -+ bool foundbang = false; -+ - val = (*p)->bv_val; - - if (*val == '!') { -@@ -747,14 +748,17 @@ - if (strcmp(val, "ALL") == 0 || addr_matches(val) || - netgr_matches(val, user_runhost, user_srunhost, - def_netgroup_tuple ? pw->pw_name : NULL) || -- hostname_matches(user_srunhost, user_runhost, val)) -- ret = !foundbang; -- DPRINTF2("ldap sudoHost '%s' ... %s", val, ret ? "MATCH!" : "not"); -+ hostname_matches(user_srunhost, user_runhost, val)) { -+ -+ matched = foundbang ? false : true; -+ } -+ DPRINTF2("ldap sudoHost '%s' ... %s", -+ val, matched == true ? "MATCH!" : "not"); - } - - ldap_value_free_len(bv); /* cleanup */ - -- debug_return_bool(ret); -+ debug_return_bool(matched == true); - } - - static int -diff -r 6b64a8e3a19d -r 40cbd5790106 plugins/sudoers/sssd.c ---- a/plugins/sudoers/sssd.c Tue Nov 08 12:58:28 2016 -0700 -+++ b/plugins/sudoers/sssd.c Tue Nov 08 14:35:23 2016 -0700 -@@ -741,13 +741,12 @@ - sudo_sss_check_host(struct sudo_sss_handle *handle, struct sss_sudo_rule *rule) - { - char **val_array, *val; -- bool ret = false; -- bool foundbang = false; -+ int matched = UNSPEC; - int i; - debug_decl(sudo_sss_check_host, SUDOERS_DEBUG_SSSD); - - if (rule == NULL) -- debug_return_bool(ret); -+ debug_return_bool(false); - - /* get the values from the rule */ - switch (handle->fn_get_values(rule, "sudoHost", &val_array)) { -@@ -758,11 +757,13 @@ - debug_return_bool(false); - default: - sudo_debug_printf(SUDO_DEBUG_INFO, "handle->fn_get_values(sudoHost): != 0"); -- debug_return_bool(ret); -+ debug_return_bool(false); - } - - /* walk through values */ -- for (i = 0; val_array[i] != NULL && !foundbang; ++i) { -+ for (i = 0; val_array[i] != NULL && matched != false; ++i) { -+ bool foundbang = false; -+ - val = val_array[i]; - sudo_debug_printf(SUDO_DEBUG_DEBUG, "val[%d]=%s", i, val); - -@@ -775,16 +776,18 @@ - if (strcmp(val, "ALL") == 0 || addr_matches(val) || - netgr_matches(val, handle->host, handle->shost, - def_netgroup_tuple ? handle->pw->pw_name : NULL) || -- hostname_matches(handle->shost, handle->host, val)) -- ret = !foundbang; -+ hostname_matches(handle->shost, handle->host, val)) { - -- sudo_debug_printf(SUDO_DEBUG_INFO, -- "sssd/ldap sudoHost '%s' ... %s", val, ret ? "MATCH!" : "not"); -+ matched = foundbang ? false : true; -+ } -+ -+ sudo_debug_printf(SUDO_DEBUG_INFO, "sssd/ldap sudoHost '%s' ... %s", -+ val, matched == true ? "MATCH!" : "not"); - } - - handle->fn_free_values(val_array); - -- debug_return_bool(ret); -+ debug_return_bool(matched == true); - } - - /* - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Sat Dec 31 14:21:23 2016 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 31 Dec 2016 13:21:23 +0000 Subject: SF.net SVN: gar:[26071] csw/mgar/pkg/doxygen/trunk Message-ID: <3trPBJ6c7tzqS@mail.opencsw.org> Revision: 26071 http://sourceforge.net/p/gar/code/26071 Author: dmichelsen Date: 2016-12-31 13:21:23 +0000 (Sat, 31 Dec 2016) Log Message: ----------- doxygen/trunk: Update to 1.8.13 Modified Paths: -------------- csw/mgar/pkg/doxygen/trunk/Makefile csw/mgar/pkg/doxygen/trunk/checksums Modified: csw/mgar/pkg/doxygen/trunk/Makefile =================================================================== --- csw/mgar/pkg/doxygen/trunk/Makefile 2016-12-20 10:40:26 UTC (rev 26070) +++ csw/mgar/pkg/doxygen/trunk/Makefile 2016-12-31 13:21:23 UTC (rev 26071) @@ -1,5 +1,5 @@ NAME = doxygen -VERSION = 1.8.12 +VERSION = 1.8.13 GARTYPE = v2 DESCRIPTION = A documentation system for programming languages Modified: csw/mgar/pkg/doxygen/trunk/checksums =================================================================== --- csw/mgar/pkg/doxygen/trunk/checksums 2016-12-20 10:40:26 UTC (rev 26070) +++ csw/mgar/pkg/doxygen/trunk/checksums 2016-12-31 13:21:23 UTC (rev 26071) @@ -1 +1 @@ -08e0f7850c4d22cb5188da226b209a96 doxygen-1.8.12.src.tar.gz +0fa414975f8cd6d30e126c28327c1f7c doxygen-1.8.13.src.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.