Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 19:51:40 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458379 - head/security/munge
Message-ID:  <201801071951.w07Jpe1L028729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Jan  7 19:51:40 2018
New Revision: 458379
URL: https://svnweb.freebsd.org/changeset/ports/458379

Log:
  security/munge: Update version 0.5.12=>0.5.13
  
  - Fix GH_TAGNAME: use tag name instead of hash [1]
  - Fix indent [1]
  
  PR:		224707 [1]
  Submitted by:	sunpoet [1]
  Relnotes:	https://github.com/dun/munge/releases

Modified:
  head/security/munge/Makefile
  head/security/munge/distinfo

Modified: head/security/munge/Makefile
==============================================================================
--- head/security/munge/Makefile	Sun Jan  7 19:49:15 2018	(r458378)
+++ head/security/munge/Makefile	Sun Jan  7 19:51:40 2018	(r458379)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	munge
-PORTVERSION=	0.5.12
+PORTVERSION=	0.5.13
+DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	security
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -11,15 +12,14 @@ COMMENT=	Authentication service for creating and valid
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 
-USE_GITHUB=yes
-GH_ACCOUNT=	dun
-GH_TAGNAME=	880584f
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
 USES=		libtool pathfix perl5 ssl
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	munged
 INSTALL_TARGET=	install-strip
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dun
 
 .include <bsd.port.mk>

Modified: head/security/munge/distinfo
==============================================================================
--- head/security/munge/distinfo	Sun Jan  7 19:49:15 2018	(r458378)
+++ head/security/munge/distinfo	Sun Jan  7 19:51:40 2018	(r458379)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474733134
-SHA256 (dun-munge-0.5.12-880584f_GH0.tar.gz) = 3b1849b3482b7cf7d14c55c0529a3b9a963fc0f17f78b0283e0b865defc1268f
-SIZE (dun-munge-0.5.12-880584f_GH0.tar.gz) = 573947
+TIMESTAMP = 1515354211
+SHA256 (dun-munge-munge-0.5.13_GH0.tar.gz) = 93a0fb2e9761958a6b0dac88bd43c1b14598cfbbced937fbbeeec3b3039b25c3
+SIZE (dun-munge-munge-0.5.13_GH0.tar.gz) = 614117



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