Revision: 26426 http://sourceforge.net/p/gar/code/26426 Author: dmichelsen Date: 2018-05-22 11:55:03 +0000 (Tue, 22 May 2018) Log Message: ----------- mutt/trunk: Update to 1.10.0
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 2018-05-22 07:39:45 UTC (rev 26425) +++ csw/mgar/pkg/mutt/trunk/Makefile 2018-05-22 11:55:03 UTC (rev 26426) @@ -1,5 +1,5 @@ NAME = mutt -VERSION = 1.9.5 +VERSION = 1.10.0 GARTYPE = v2 EXTRA_MODULATORS = SLANG @@ -19,6 +19,9 @@ DISTFILES += CSWmutt.postmsg UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz +# The script version.sh gets confused when we have .git but it is not the mutt repo +NOGITPATCH = 1 + POSTMSG = $(docdir)/mutt/CSWmutt.postmsg VENDOR_URL = http://www.mutt.org @@ -73,6 +76,11 @@ RUNTIME_DEP_PKGS_CSWmutt-slang += CSWmutt-base CHECKPKG_OVERRIDES_CSWmutt-slang += surplus-dependency|CSWmutt-base +REINPLACEMENTS += bash +REINPLACE_MATCH_bash = /bin/sh +REINPLACE_WITH_bash = /bin/bash +REINPLACE_FILES_bash += mkreldate.sh + REINPLACEMENTS += mailcap REINPLACE_MATCH_mailcap = /usr/local/etc/mailcap REINPLACE_WITH_mailcap = /opt/csw/etc/mailcap Modified: csw/mgar/pkg/mutt/trunk/checksums =================================================================== --- csw/mgar/pkg/mutt/trunk/checksums 2018-05-22 07:39:45 UTC (rev 26425) +++ csw/mgar/pkg/mutt/trunk/checksums 2018-05-22 11:55:03 UTC (rev 26426) @@ -1 +1 @@ -9694baaa9cbfb033334efb5f4d830ad4 mutt-1.9.5.tar.gz +cc676ca91b8fd53513e6e9cb2cea97fc mutt-1.10.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.