summaryrefslogtreecommitdiff
path: root/security/freebsd-update
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-24 19:55:26 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-24 19:55:26 +0000
commit501d024ca1aa163a89a0c2c4d66bb8c5b3800921 (patch)
tree511445854855c2ef908bb53cd5b4b923eb7c9225 /security/freebsd-update
parentDistfile changed on official site - subdir added (diff)
Update FreeBSD Update to version 1.3
PR: 53646 Submitted by: Colin Percival <cperciva@daemonology.net>
Notes
Notes: svn path=/head/; revision=83546
Diffstat (limited to 'security/freebsd-update')
-rw-r--r--security/freebsd-update/Makefile12
-rw-r--r--security/freebsd-update/distinfo2
-rw-r--r--security/freebsd-update/files/pkg-message4
3 files changed, 11 insertions, 7 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile
index 8611ba5edb2c..449331eeaa2c 100644
--- a/security/freebsd-update/Makefile
+++ b/security/freebsd-update/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= freebsd-update
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= http://www.daemonology.net/freebsd-update/
-DISTNAME= freebsd-update-client-1_2
+DISTNAME= ${PORTNAME}-client-${PORTVERSION:S/./_/}
MAINTAINER= cperciva@daemonology.net
COMMENT= Fetches and installs binary updates to FreeBSD
+RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
+
MAN5= freebsd-update.conf.5
MAN8= freebsd-update.8
@@ -28,8 +29,8 @@ post-extract:
> ${WRKSRC}/freebsd-update
@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/pkg-message \
> ${PKGMESSAGE}
- cp ${FILESDIR}/freebsd-update.8 ${WRKSRC}
- cp ${FILESDIR}/freebsd-update.conf.5 ${WRKSRC}
+ @${CP} ${FILESDIR}/freebsd-update.8 ${WRKSRC}
+ @${CP} ${FILESDIR}/freebsd-update.conf.5 ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/freebsd-update
@@ -45,7 +46,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/freebsd-update.8 ${PREFIX}/man/man8/
.endif
-
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/security/freebsd-update/distinfo b/security/freebsd-update/distinfo
index ece520f0ecdf..6a0501ea3821 100644
--- a/security/freebsd-update/distinfo
+++ b/security/freebsd-update/distinfo
@@ -1 +1 @@
-MD5 (freebsd-update-client-1_2.tar.gz) = 12f69c9d0a2bf1f5278e49f0a4821aa7
+MD5 (freebsd-update-client-1_3.tar.gz) = 2c10a7384de7cba56802511738564c2f
diff --git a/security/freebsd-update/files/pkg-message b/security/freebsd-update/files/pkg-message
index 21763ff48a6c..db8371872d27 100644
--- a/security/freebsd-update/files/pkg-message
+++ b/security/freebsd-update/files/pkg-message
@@ -14,3 +14,7 @@ machine, copy that file to
%%PREFIX%%/etc/freebsd-update.conf
otherwise, create that file as appropriate.
+
+If you find FreeBSD Update useful, please consider sending a donation to
+the author:
+http://www.daemonology.net/freebsd-update/donating.html