Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 11:52:33 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r516877 - branches/2019Q4/misc/esniper
Message-ID:  <201911061152.xA6BqXCe053550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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?201911061152.xA6BqXCe053550>