svn commit: r565640 - branches/2021Q1/www/logswan

Juraj Lutter otis at FreeBSD.org
Wed Feb 17 18:12:07 UTC 2021


Author: otis
Date: Wed Feb 17 18:12:02 2021
New Revision: 565640
URL: https://svnweb.freebsd.org/changeset/ports/565640

Log:
  MFH: r565606
  
  www/logswan: Update to 2.1.10
  
  And while here, also switch to versioned download.
  
  Reviewed by:	osa (mentor)
  Approved by:	osa (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28685

Modified:
  branches/2021Q1/www/logswan/Makefile
  branches/2021Q1/www/logswan/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/logswan/Makefile
==============================================================================
--- branches/2021Q1/www/logswan/Makefile	Wed Feb 17 18:11:36 2021	(r565639)
+++ branches/2021Q1/www/logswan/Makefile	Wed Feb 17 18:12:02 2021	(r565640)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	logswan
-PORTVERSION=	2.1.8
+DISTVERSION=	2.1.10
 CATEGORIES=	www
+MASTER_SITES=	https://github.com/fcambus/logswan/releases/download/${DISTVERSION}/
 
 MAINTAINER=	otis at FreeBSD.org
 COMMENT=	Fast Web log analyzer
@@ -14,8 +15,6 @@ LIB_DEPENDS=	libjansson.so:devel/jansson \
 		libmaxminddb.so:net/libmaxminddb
 
 USES=		cmake compiler:c11
-USE_GITHUB=	yes
-GH_ACCOUNT=	fcambus
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz

Modified: branches/2021Q1/www/logswan/distinfo
==============================================================================
--- branches/2021Q1/www/logswan/distinfo	Wed Feb 17 18:11:36 2021	(r565639)
+++ branches/2021Q1/www/logswan/distinfo	Wed Feb 17 18:12:02 2021	(r565640)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603209397
-SHA256 (fcambus-logswan-2.1.8_GH0.tar.gz) = b3201d3f8a9863d51a0c3caec9e89c74dab8de7a604a5761454df64c30908ef8
-SIZE (fcambus-logswan-2.1.8_GH0.tar.gz) = 24464
+TIMESTAMP = 1613394847
+SHA256 (logswan-2.1.10.tar.gz) = 561027c1aa5ddc87dac43df9fa74b2009ba6b75c5512f83e2c48105e4624e3cc
+SIZE (logswan-2.1.10.tar.gz) = 24571


More information about the svn-ports-all mailing list