svn commit: r441787 - head/devel/libsearpc

Nikolai Lifanov lifanov at FreeBSD.org
Fri May 26 15:02:09 UTC 2017


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 at 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 at 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


More information about the svn-ports-all mailing list