Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 19:08:08 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538528 - head/net-mgmt/semaphore
Message-ID:  <202006111908.05BJ88QI091341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Thu Jun 11 19:08:08 2020
New Revision: 538528
URL: https://svnweb.freebsd.org/changeset/ports/538528

Log:
  net-mgmt/semaphore: fix build on aarch64
  
    while here, pet portlint;
      - removed blank line from pkg-plist;
      - PORTREVISION was appearing 2 times in the Makefile.
  
  PR:		247048
  Submitted by:	mikael@

Modified:
  head/net-mgmt/semaphore/Makefile
  head/net-mgmt/semaphore/distinfo
  head/net-mgmt/semaphore/pkg-plist

Modified: head/net-mgmt/semaphore/Makefile
==============================================================================
--- head/net-mgmt/semaphore/Makefile	Thu Jun 11 18:38:18 2020	(r538527)
+++ head/net-mgmt/semaphore/Makefile	Thu Jun 11 19:08:08 2020	(r538528)
@@ -2,7 +2,6 @@
 
 PORTNAME=	semaphore
 PORTVERSION=	2.5.1
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
@@ -57,7 +56,7 @@ GH_TUPLE=	ansible-semaphore:semaphore-vendor:a44f7be:a
 		pkg:errors:v0.8.0:pkg/vendor/github.com/pkg/errors \
 		russross:blackfriday:v1.5.1:russross/vendor/github.com/russross/blackfriday \
 		golang:net:61147c4:golang/vendor/golang.org/x/net \
-		golang:sys:7dca6fe:golang2/vendor/golang.org/x/sys \
+		golang:sys:226ff32:golang2/vendor/golang.org/x/sys \
 		golang:text:v0.3.0:golang3/vendor/golang.org/x/text \
 		golang:crypto:c7dcf10:golang4/vendor/golang.org/x/crypto \
 		go-asn1-ber:asn1-ber:v1.2:pkgin/vendor/gopkg.in/asn1-ber.v1 \

Modified: head/net-mgmt/semaphore/distinfo
==============================================================================
--- head/net-mgmt/semaphore/distinfo	Thu Jun 11 18:38:18 2020	(r538527)
+++ head/net-mgmt/semaphore/distinfo	Thu Jun 11 19:08:08 2020	(r538528)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1547812589
+TIMESTAMP = 1591892715
 SHA256 (ansible-semaphore-semaphore-v2.5.1_GH0.tar.gz) = 5388f4d63c093e62da49feb2a727b8e630377eb3f859487177d6d829b2ecd603
 SIZE (ansible-semaphore-semaphore-v2.5.1_GH0.tar.gz) = 209136
 SHA256 (ansible-semaphore-semaphore-vendor-a44f7be_GH0.tar.gz) = 97da3534cc3415c8a84caf2dc5a236cc1463374281d14b90c18226fe0002821a
@@ -67,8 +67,8 @@ SHA256 (russross-blackfriday-v1.5.1_GH0.tar.gz) = 9e91
 SIZE (russross-blackfriday-v1.5.1_GH0.tar.gz) = 75044
 SHA256 (golang-net-61147c4_GH0.tar.gz) = e34008062dee507e06a82ba2035906757a343ff862b5f2195f3a0f50c59b117d
 SIZE (golang-net-61147c4_GH0.tar.gz) = 941792
-SHA256 (golang-sys-7dca6fe_GH0.tar.gz) = 5f3226ab9932585a7d8ff9c991306ccb713bb62c29b98282bd9dc300ff310368
-SIZE (golang-sys-7dca6fe_GH0.tar.gz) = 799530
+SHA256 (golang-sys-226ff32_GH0.tar.gz) = ca8aa902a1ceb360a53761a713ef707717db8805620730fa1ebc485fda011d27
+SIZE (golang-sys-226ff32_GH0.tar.gz) = 1054049
 SHA256 (golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb
 SIZE (golang-text-v0.3.0_GH0.tar.gz) = 6102619
 SHA256 (golang-crypto-c7dcf10_GH0.tar.gz) = 396c137726bf21555408b0ad089834fb742e5bcc2c11d419565d5daa4e694e0f

Modified: head/net-mgmt/semaphore/pkg-plist
==============================================================================
--- head/net-mgmt/semaphore/pkg-plist	Thu Jun 11 18:38:18 2020	(r538527)
+++ head/net-mgmt/semaphore/pkg-plist	Thu Jun 11 19:08:08 2020	(r538528)
@@ -18,4 +18,3 @@ bin/semaphore
 %%DATADIR%%/v2.3.2.sql
 %%DATADIR%%/v2.4.0.sql
 %%DATADIR%%/v2.5.0.sql
-



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