Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2017 15:02:08 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441787 - head/devel/libsearpc
Message-ID:  <201705261502.v4QF28F2065573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Fri May 26 15:02:08 2017
New Revision: 441787
URL: https://svnweb.freebsd.org/changeset/ports/441787

Log:
  unbreak devel/libsearpc
  
  The commit tag changed upstream and needs to be updated.
  To prevent this from happening again, maintainer changed the tagname commit.
  The commit I chose was labeled 3.0.8.
  Because the version is going down, epoch was added.
  
  PR:		219572
  Submitted by:	ultima1252@gmail.com (maintainer)

Modified:
  head/devel/libsearpc/Makefile
  head/devel/libsearpc/distinfo

Modified: head/devel/libsearpc/Makefile
==============================================================================
--- head/devel/libsearpc/Makefile	Fri May 26 14:45:53 2017	(r441786)
+++ head/devel/libsearpc/Makefile	Fri May 26 15:02:08 2017	(r441787)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	libsearpc
-PORTVERSION=	3.1.0
-PORTREVISION=	1
+PORTVERSION=	3.0.8
+PORTEPOCH=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ultima1252@gmail.com
@@ -16,11 +16,10 @@ LIB_DEPENDS=	libjansson.so:devel/jansson
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	haiwen
-GH_TAGNAME=	v3.1-latest
+GH_TAGNAME=	12a0126
 
 USES=		autoreconf gettext libtool pathfix pkgconfig python:2
 USE_LDCONFIG=	yes
-BROKEN=		checksum mismatch
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip

Modified: head/devel/libsearpc/distinfo
==============================================================================
--- head/devel/libsearpc/distinfo	Fri May 26 14:45:53 2017	(r441786)
+++ head/devel/libsearpc/distinfo	Fri May 26 15:02:08 2017	(r441787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479519868
-SHA256 (haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz) = 13fddb5494f5367dc36c31afb7b7b868570225e37f6bb7a13ec6e323ef527eb2
-SIZE (haiwen-libsearpc-3.1.0-v3.1-latest_GH0.tar.gz) = 55472
+TIMESTAMP = 1495809680
+SHA256 (haiwen-libsearpc-3.0.8-12a0126_GH0.tar.gz) = e26a2b657236125ce0ad54135e324dda906ea0fdc3f0933d69cdea40ee6cfe65
+SIZE (haiwen-libsearpc-3.0.8-12a0126_GH0.tar.gz) = 48733



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