svn commit: r535980 - in head/devel/rubygem-sidekiq5: . files

Matthias Fechner mfechner at FreeBSD.org
Wed May 20 06:10:33 UTC 2020


Author: mfechner
Date: Wed May 20 06:10:32 2020
New Revision: 535980
URL: https://svnweb.freebsd.org/changeset/ports/535980

Log:
  Do no rename the binaries, this breaks the pipelines in gitlab 12.10.6.
  
  Approved by:	sunpoet (maintainer)

Deleted:
  head/devel/rubygem-sidekiq5/files/
Modified:
  head/devel/rubygem-sidekiq5/Makefile

Modified: head/devel/rubygem-sidekiq5/Makefile
==============================================================================
--- head/devel/rubygem-sidekiq5/Makefile	Wed May 20 06:09:09 2020	(r535979)
+++ head/devel/rubygem-sidekiq5/Makefile	Wed May 20 06:10:32 2020	(r535980)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sidekiq
 PORTVERSION=	5.2.8
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	5
@@ -23,12 +24,8 @@ USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PLIST_FILES=	bin/sidekiq5 bin/sidekiqctl5
+PLIST_FILES=	bin/sidekiq bin/sidekiqctl
 
 PORTSCOUT=	limit:^5\.
-
-post-patch:
-	@${MV} ${WRKSRC}/bin/sidekiq ${WRKSRC}/bin/sidekiq5
-	@${MV} ${WRKSRC}/bin/sidekiqctl ${WRKSRC}/bin/sidekiqctl5
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list