How about this version, which also sets the HOMEPAGE and MASTER_SITES to use https, since we're already here? Florian, what do you think?

Changelog is here, btw (you can always generate changelogs between two arbitrary points on github):
https://github.com/ggreer/the_silver_searcher/compare/2.1.0...2.2.0

~Brian

On 11/18/18 4:09 PM, Edward Lopez-Acosta wrote:
Minor version bump. Existing version is >1 year old.

Builds and runs fine on amd64.
No changelog listed on GitHub page, and no tests.

Ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile	16 Nov 2017 23:20:40 -0000	1.30
+++ Makefile	18 Nov 2018 21:25:06 -0000
@@ -2,10 +2,10 @@
 
 COMMENT =	code searching tool, with a focus on speed (ag)
 
-DISTNAME =	the_silver_searcher-2.1.0
+DISTNAME =	the_silver_searcher-2.2.0
 CATEGORIES =	textproc
 
-HOMEPAGE =	https://github.com/ggreer/the_silver_searcher
+HOMEPAGE =	https://geoff.greer.fm/ag/
 MAINTAINER =	Florian Stinglmayr <flor...@n0la.org>
 
 # Apache 2.0
@@ -18,7 +18,7 @@ WANTLIB += c lzma pcre pthread z
 COMPILER =	base-clang ports-gcc
 COMPILER_LANGS =	c
 
-MASTER_SITES =	http://geoff.greer.fm/ag/releases/
+MASTER_SITES =	https://geoff.greer.fm/ag/releases/
 
 LIB_DEPENDS =	archivers/xz \
 		devel/pcre
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo	7 Sep 2017 13:31:21 -0000	1.24
+++ distinfo	18 Nov 2018 21:25:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-2.1.0.tar.gz) = 1GUr2Rw6Beh6FYCcXz8UrS5eH4AYWvUQ4/pK0gOMFdQ=
-SIZE (the_silver_searcher-2.1.0.tar.gz) = 190010
+SHA256 (the_silver_searcher-2.2.0.tar.gz) = 2WIah4VC83M7XG5xyEm50agw7XfLGh9sLqRB1LBkMXA=
+SIZE (the_silver_searcher-2.2.0.tar.gz) = 190585

Reply via email to