Date: Wed, 5 Dec 2018 16:14:33 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486681 - in head/www/googler: . files Message-ID: <201812051614.wB5GEXOa062896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Wed Dec 5 16:14:33 2018 New Revision: 486681 URL: https://svnweb.freebsd.org/changeset/ports/486681 Log: - Update to 3.7.1 - Remove files/patch-googler Changes: https://github.com/jarun/googler/releases/tag/v3.7.1 Deleted: head/www/googler/files/ Modified: head/www/googler/Makefile head/www/googler/distinfo Modified: head/www/googler/Makefile ============================================================================== --- head/www/googler/Makefile Wed Dec 5 15:55:08 2018 (r486680) +++ head/www/googler/Makefile Wed Dec 5 16:14:33 2018 (r486681) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googler -PORTVERSION= 3.6 +PORTVERSION= 3.7.1 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= www @@ -26,7 +26,7 @@ NO_ARCH= yes PLIST_FILES= bin/googler man/man1/googler.1.gz post-patch: - @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \ + @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM = \)True$$/\1False/' \ ${WRKSRC}/${PORTNAME} do-install: Modified: head/www/googler/distinfo ============================================================================== --- head/www/googler/distinfo Wed Dec 5 15:55:08 2018 (r486680) +++ head/www/googler/distinfo Wed Dec 5 16:14:33 2018 (r486681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534410147 -SHA256 (jarun-googler-v3.6_GH0.tar.gz) = 514218f5155a2c1bd653462a503507beafca9d7ddff7203aeabb3ab4812e4b44 -SIZE (jarun-googler-v3.6_GH0.tar.gz) = 71738 +TIMESTAMP = 1544025699 +SHA256 (jarun-googler-v3.7.1_GH0.tar.gz) = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37 +SIZE (jarun-googler-v3.7.1_GH0.tar.gz) = 72114
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051614.wB5GEXOa062896>