svn commit: r371726 - head/ports-mgmt/portsearch

Vasil Dimov vd at FreeBSD.org
Thu Oct 30 08:06:39 UTC 2014


Author: vd
Date: Thu Oct 30 08:06:38 2014
New Revision: 371726
URL: https://svnweb.freebsd.org/changeset/ports/371726
QAT: https://qat.redports.org/buildarchive/r371726/

Log:
  ports-mgmt/portsearch: Update the distfile checksum after the
  precompiled binary was removed from it. Also move ${MASTER_SITE_LOCAL}
  towards the end in MASTER_SITES because the new file is still not
  propagated to the mirrors.

Modified:
  head/ports-mgmt/portsearch/Makefile
  head/ports-mgmt/portsearch/distinfo

Modified: head/ports-mgmt/portsearch/Makefile
==============================================================================
--- head/ports-mgmt/portsearch/Makefile	Thu Oct 30 07:50:55 2014	(r371725)
+++ head/ports-mgmt/portsearch/Makefile	Thu Oct 30 08:06:38 2014	(r371726)
@@ -4,8 +4,8 @@
 PORTNAME=	portsearch
 PORTVERSION=	1.3.4
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	${MASTER_SITE_LOCAL}	\
-		http://people.freebsd.org/~vd/portsearch/
+MASTER_SITES=	http://people.freebsd.org/~vd/portsearch/ \
+		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	vd/portsearch
 
 MAINTAINER=	vd at FreeBSD.org

Modified: head/ports-mgmt/portsearch/distinfo
==============================================================================
--- head/ports-mgmt/portsearch/distinfo	Thu Oct 30 07:50:55 2014	(r371725)
+++ head/ports-mgmt/portsearch/distinfo	Thu Oct 30 08:06:38 2014	(r371726)
@@ -1,2 +1,2 @@
-SHA256 (portsearch-1.3.4.tar.gz) = dd1c8be63c35c6193aaa344d79b04c9fb5b3c40fa19bee061fdd55778ff6a208
-SIZE (portsearch-1.3.4.tar.gz) = 55653
+SHA256 (portsearch-1.3.4.tar.gz) = e1e9742558e61b1d586bbd6cd4d7a2a1904c3ed0bee793e8f07aba3b7a72d203
+SIZE (portsearch-1.3.4.tar.gz) = 21063


More information about the svn-ports-all mailing list