From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 04:33:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED5C3D19; Wed, 2 Jul 2014 04:33:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA774243D; Wed, 2 Jul 2014 04:33:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s624XsFs014447; Wed, 2 Jul 2014 04:33:54 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s624Xsen014445; Wed, 2 Jul 2014 04:33:54 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201407020433.s624Xsen014445@svn.freebsd.org> From: "Jason E. Hale" Date: Wed, 2 Jul 2014 04:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360133 - head/misc/esniper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 04:33:55 -0000 Author: jhale Date: Wed Jul 2 04:33:54 2014 New Revision: 360133 URL: http://svnweb.freebsd.org/changeset/ports/360133 QAT: https://qat.redports.org/buildarchive/r360133/ Log: - Update to 2-31-0 [1] - EXTRACT_SUFX -> USES=tar:tgz - Remove conditional for installing PORTEXAMPLES PR: ports/191539 [1] Submitted by: ag-freebsd@muc.de (maintainer) [1] Modified: head/misc/esniper/Makefile head/misc/esniper/distinfo Modified: head/misc/esniper/Makefile ============================================================================== --- head/misc/esniper/Makefile Wed Jul 2 04:14:42 2014 (r360132) +++ head/misc/esniper/Makefile Wed Jul 2 04:33:54 2014 (r360133) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-30-0 +DISTVERSION= 2-31-0 CATEGORIES= misc net MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ag-freebsd@muc.de COMMENT= Lightweight console application for sniping ebay auctions @@ -14,6 +13,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +USES= tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config USE_OPENSSL= yes @@ -24,12 +24,8 @@ PORTEXAMPLES= sample_auction.txt sample_ OPTIONS_DEFINE= EXAMPLES -.include - post-install: -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} -.endif .include Modified: head/misc/esniper/distinfo ============================================================================== --- head/misc/esniper/distinfo Wed Jul 2 04:14:42 2014 (r360132) +++ head/misc/esniper/distinfo Wed Jul 2 04:33:54 2014 (r360133) @@ -1,2 +1,2 @@ -SHA256 (esniper-2-30-0.tgz) = f472003ee30ddd234aa86ac762e0c4b04ccec964a594225d2fc38dec706905dd -SIZE (esniper-2-30-0.tgz) = 131480 +SHA256 (esniper-2-31-0.tgz) = 30d2378c700b72b5363c8af59e7566564d9ec8cd4b44cd389c2830907d7bc676 +SIZE (esniper-2-31-0.tgz) = 131583