From owner-svn-ports-all@FreeBSD.ORG Fri Oct 26 04:18:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9EB9C05; Fri, 26 Oct 2012 04:18:09 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B87098FC08; Fri, 26 Oct 2012 04:18:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9Q4I9rA018388; Fri, 26 Oct 2012 04:18:09 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9Q4I9aK018384; Fri, 26 Oct 2012 04:18:09 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210260418.q9Q4I9aK018384@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 26 Oct 2012 04:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306413 - 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.14 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: Fri, 26 Oct 2012 04:18:10 -0000 Author: jhale Date: Fri Oct 26 04:18:09 2012 New Revision: 306413 URL: http://svn.freebsd.org/changeset/ports/306413 Log: - Update to 2.28.0 - Drop ABI version number from LIB_DEPENDS - Convert to new options framework - Trim Makefile header - Tab -> space in pkg-descr WWW line PR: ports/173043 Submitted by: Armin Gruner (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/misc/esniper/Makefile (contents, props changed) head/misc/esniper/distinfo (contents, props changed) head/misc/esniper/pkg-descr (contents, props changed) Modified: head/misc/esniper/Makefile ============================================================================== --- head/misc/esniper/Makefile Fri Oct 26 00:19:38 2012 (r306412) +++ head/misc/esniper/Makefile Fri Oct 26 04:18:09 2012 (r306413) @@ -1,19 +1,16 @@ -# New ports collection makefile for: esniper -# Date created: 10 April 2005 -# Whom: Lewis Thompson -# +# Created by: Lewis Thompson # $FreeBSD$ PORTNAME= esniper -DISTVERSION= 2-27-0 +DISTVERSION= 2-28-0 CATEGORIES= misc net MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= ag-freebsd@muc.de -COMMENT= A lightweight console application for sniping ebay auctions +COMMENT= Lightweight console application for sniping ebay auctions -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-curl-config=${LOCALBASE}/bin/curl-config @@ -25,14 +22,12 @@ PLIST_FILES= bin/esniper PORTEXAMPLES= sample_auction.txt sample_config.txt -post-patch: - @${REINPLACE_CMD} -e '//d' ${WRKSRC}/http.c +.include post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR} .endif .include Modified: head/misc/esniper/distinfo ============================================================================== --- head/misc/esniper/distinfo Fri Oct 26 00:19:38 2012 (r306412) +++ head/misc/esniper/distinfo Fri Oct 26 04:18:09 2012 (r306413) @@ -1,2 +1,2 @@ -SHA256 (esniper-2-27-0.tgz) = 0ca9946395be8958d3eb28c9abc4a1a4d4c9134e4b6b3c3816f4631e3be25c02 -SIZE (esniper-2-27-0.tgz) = 130218 +SHA256 (esniper-2-28-0.tgz) = c2b0ccb757616b32f2d6cf54a4a5e367405fa7bcd6e6ed11835fe4f8a06a016b +SIZE (esniper-2-28-0.tgz) = 130173 Modified: head/misc/esniper/pkg-descr ============================================================================== --- head/misc/esniper/pkg-descr Fri Oct 26 00:19:38 2012 (r306412) +++ head/misc/esniper/pkg-descr Fri Oct 26 04:18:09 2012 (r306413) @@ -1,3 +1,3 @@ esniper is a simple, lightweight tool for sniping ebay auctions. -WWW: http://esniper.sourceforge.net/ +WWW: http://esniper.sourceforge.net/