aboutsummaryrefslogtreecommitdiffstats
path: root/misc/esniper
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-08 15:34:58 +0800
committerrafan <rafan@FreeBSD.org>2007-07-08 15:34:58 +0800
commit49dcd82b0beb05923b76af5e44c6c7d602716146 (patch)
treeea42a6eb8af02104c09a26aef14cad3be3ce8c34 /misc/esniper
parent11f69afcff74e9e9df3a5c78d4e28d904b5dc4ad (diff)
downloadfreebsd-ports-gnome-49dcd82b0beb05923b76af5e44c6c7d602716146.tar.gz
freebsd-ports-gnome-49dcd82b0beb05923b76af5e44c6c7d602716146.tar.zst
freebsd-ports-gnome-49dcd82b0beb05923b76af5e44c6c7d602716146.zip
- Update to 2.16.1
- Tweak COMMENT PR: ports/113962 Submitted by: Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer) - Respect NOPORTEXAMPLES - Use PLIST_FILES, PORTEXAMPLES to kill small pkg-plist Approved by: maintainer timeout (14 days)
Diffstat (limited to 'misc/esniper')
-rw-r--r--misc/esniper/Makefile11
-rw-r--r--misc/esniper/distinfo6
-rw-r--r--misc/esniper/pkg-plist4
3 files changed, 11 insertions, 10 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile
index 833cdb544921..e6b2c04be67d 100644
--- a/misc/esniper/Makefile
+++ b/misc/esniper/Makefile
@@ -5,15 +5,14 @@
# $FreeBSD$
PORTNAME= esniper
-DISTVERSION= 2-15-0
-PORTREVISION= 1
+DISTVERSION= 2-16-1
CATEGORIES= misc net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= lewiz@compsoc.man.ac.uk
-COMMENT= Lightweight tool for sniping ebay auctions
+COMMENT= A lightweight console application for sniping ebay auctions
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
@@ -22,9 +21,15 @@ USE_OPENSSL= yes
MAN1= esniper.1
+PLIST_FILES= bin/esniper
+
+PORTEXAMPLES= sample_auction.txt sample_config.txt
+
post-install:
+.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_auction.txt ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample_config.txt ${EXAMPLESDIR}
+.endif
.include <bsd.port.mk>
diff --git a/misc/esniper/distinfo b/misc/esniper/distinfo
index a67e140acb4f..d719294ed408 100644
--- a/misc/esniper/distinfo
+++ b/misc/esniper/distinfo
@@ -1,3 +1,3 @@
-MD5 (esniper-2-15-0.tgz) = a3a855c3eae3b3e80e612da5f9883bc7
-SHA256 (esniper-2-15-0.tgz) = 19cb8c6850cb40006bba0791b5a07d1fff49425af6001ecbddd0f5391f146ae2
-SIZE (esniper-2-15-0.tgz) = 115905
+MD5 (esniper-2-16-1.tgz) = ac2d19016fb86e752d4040dd9bb86886
+SHA256 (esniper-2-16-1.tgz) = 245bede0ace0b933d60bbf6220746257fd08636b56cab9e21aa2f756d2cc16e3
+SIZE (esniper-2-16-1.tgz) = 108524
diff --git a/misc/esniper/pkg-plist b/misc/esniper/pkg-plist
deleted file mode 100644
index 556f10454022..000000000000
--- a/misc/esniper/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/esniper
-%%EXAMPLESDIR%%/sample_auction.txt
-%%EXAMPLESDIR%%/sample_config.txt
-@dirrm %%EXAMPLESDIR%%