Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2019 21:31:48 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516842 - head/misc/esniper
Message-ID:  <201911052131.xA5LVm7M030622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Tue Nov  5 21:31:47 2019
New Revision: 516842
URL: https://svnweb.freebsd.org/changeset/ports/516842

Log:
  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@muc.de> (maintainer)
  Approved by:	tz (mentor, implicit)

Modified:
  head/misc/esniper/Makefile

Modified: head/misc/esniper/Makefile
==============================================================================
--- head/misc/esniper/Makefile	Tue Nov  5 21:22:22 2019	(r516841)
+++ head/misc/esniper/Makefile	Tue Nov  5 21:31:47 2019	(r516842)
@@ -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@muc.de
 COMMENT=	Lightweight console application for sniping ebay auctions
 
 LICENSE=	BSD2CLAUSE
+
+BROKEN=		Incompatible with eBay website changes
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 



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