Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2016 10:15:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421486 - head/net/motsognir
Message-ID:  <201609071015.u87AF0DO023467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  7 10:15:00 2016
New Revision: 421486
URL: https://svnweb.freebsd.org/changeset/ports/421486

Log:
  - Update to 1.0.9
  - While here, add LICENSE_FILE
  
  PR:		212423
  Submitted by:	kaltheat@gmail.com (maintainer)

Modified:
  head/net/motsognir/Makefile
  head/net/motsognir/distinfo

Modified: head/net/motsognir/Makefile
==============================================================================
--- head/net/motsognir/Makefile	Wed Sep  7 09:06:22 2016	(r421485)
+++ head/net/motsognir/Makefile	Wed Sep  7 10:15:00 2016	(r421486)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	motsognir
-PORTVERSION=	1.0.8.1
+PORTVERSION=	1.0.9
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/v${PORTVERSION}
 
@@ -9,10 +9,13 @@ MAINTAINER=	kaltheat@gmail.com
 COMMENT=	Full-featured gopher server without dependencies
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/license.txt
 
 SUB_FILES=	pkg-message
 USE_RC_SUBR=	motsognir
 
+USES=		tar:xz
+
 PLIST_FILES=	bin/motsognir \
 		"@sample etc/motsognir.conf.sample" \
 		man/man8/motsognir.8.gz

Modified: head/net/motsognir/distinfo
==============================================================================
--- head/net/motsognir/distinfo	Wed Sep  7 09:06:22 2016	(r421485)
+++ head/net/motsognir/distinfo	Wed Sep  7 10:15:00 2016	(r421486)
@@ -1,2 +1,3 @@
-SHA256 (motsognir-1.0.8.1.tar.gz) = 2d49e825517a071ce2077c549c8c610af2adc5b6e4b7b2cf7191bd49f7c89b03
-SIZE (motsognir-1.0.8.1.tar.gz) = 978714
+TIMESTAMP = 1473181073
+SHA256 (motsognir-1.0.9.tar.xz) = 85d3a37472e5d13367ab44655c3304bf222ec9b81cd4ba57a98e6f1fc5096a06
+SIZE (motsognir-1.0.9.tar.xz) = 991436



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609071015.u87AF0DO023467>