sysupdate.sh will update your system and/or port collection files in part or in

full to the latest cvs version. sysupdate.sh can be set to only download the
latest system files or can be set to compile and install a complete system
update.

WWW: http://lvl.sourceforge.net/

PR:		ports/92032
Submitted by:	Tig <tig@lvlworld.com>
This commit is contained in:
Renato Botelho 2006-01-25 13:09:25 +00:00
parent 821642e85d
commit 2522c6a2df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154424
4 changed files with 40 additions and 0 deletions

View file

@ -515,6 +515,7 @@
SUBDIR += synergy
SUBDIR += syslog-ng
SUBDIR += system-tools-backends
SUBDIR += sysupdate
SUBDIR += tcplist
SUBDIR += tct
SUBDIR += tdir

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: sysupdate
# Date created: 17 Jan 2006
# Whom: Tig <tig@lvlworld.com>
#
# $FreeBSD$
#
PORTNAME= sysupdate
PORTVERSION= 0.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lvl
DISTFILES= ${PORTNAME}.sh-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= tig@lvlworld.com
COMMENT= System and ports update script
MAN1= sysupdate.sh.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
PLIST_FILES= bin/sysupdate.sh
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (sysupdate.sh-0.3.tar.gz) = 980b083e37ed502acc209f2c04d02bb6
SHA256 (sysupdate.sh-0.3.tar.gz) = bfee5eba4119aec6a26b8a1bd77dc2ba7b67c2394321f9e1ace7d5e41614781b
SIZE (sysupdate.sh-0.3.tar.gz) = 14530

View file

@ -0,0 +1,6 @@
sysupdate.sh will update your system and/or port collection files in part or in
full to the latest cvs version. sysupdate.sh can be set to only download the
latest system files or can be set to compile and install a complete system
update.
WWW: http://lvl.sourceforge.net/