Date: Fri, 26 Oct 2012 04:18:09 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306413 - head/misc/esniper Message-ID: <201210260418.q9Q4I9aK018384@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ag-freebsd@muc.de> (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 <lewiz@compsoc.man.ac.uk> -# +# Created by: Lewis Thompson <lewiz@compsoc.man.ac.uk> # $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 '/<curl\/types.h>/d' ${WRKSRC}/http.c +.include <bsd.port.options.mk> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210260418.q9Q4I9aK018384>