diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-11-05 21:31:47 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-11-05 21:31:47 +0000 |
commit | 43636d3ec6bf879461f4a5f0114151256f803f61 (patch) | |
tree | dc08e6d39f1adebd81b5afd28f77f39fa3fb22ac | |
parent | graphics/bmeps: Update to 4.25.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=516842
-rw-r--r-- | misc/esniper/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index b5a2773b7b3c..bbd6c7c29160 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -3,16 +3,18 @@ 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 USES= zip |