svn commit: r516877 - branches/2019Q4/misc/esniper

Dmitri Goutnik dmgk at FreeBSD.org
Wed Nov 6 11:52:34 UTC 2019


Author: dmgk
Date: Wed Nov  6 11:52:33 2019
New Revision: 516877
URL: https://svnweb.freebsd.org/changeset/ports/516877

Log:
  MFH: r516842
  
  misc/esniper: Mark BROKEN
  
  After recent eBay website changes, the esniper tool does not work anymore.
  Mark port BROKEN by maintainer request.
  
  PR:		241364
  Submitted by:	Armin Gruner <ag-freebsd at muc.de> (maintainer)
  Approved by:	tz (mentor, implicit)
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2019Q4/misc/esniper/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/misc/esniper/Makefile
==============================================================================
--- branches/2019Q4/misc/esniper/Makefile	Wed Nov  6 11:51:16 2019	(r516876)
+++ branches/2019Q4/misc/esniper/Makefile	Wed Nov  6 11:52:33 2019	(r516877)
@@ -3,15 +3,17 @@
 
 PORTNAME=	esniper
 DISTVERSION=	2-35-0
+PORTREVISION= 	2
 CATEGORIES=	misc net
 MASTER_SITES=	https://sourceforge.net/code-snapshots/git/e/es/esniper/git.git/
-DISTNAME=       ${PORTNAME}-git-91d2665539beaeac21fb4c0cc2fd39c44e771ed7
-PORTREVISION= 	2
+DISTNAME=	${PORTNAME}-git-91d2665539beaeac21fb4c0cc2fd39c44e771ed7
 
 MAINTAINER=	ag-freebsd at muc.de
 COMMENT=	Lightweight console application for sniping ebay auctions
 
 LICENSE=	BSD2CLAUSE
+
+BROKEN=		Incompatible with eBay website changes
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 


More information about the svn-ports-branches mailing list