aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2014-06-21 06:37:02 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2014-06-21 06:37:02 +0800
commit4d28a7b7a8f74ec66bfdbdbb8cbe9212beb98c66 (patch)
treea438de8f78a6337a99180c025bbb04bb88d0eaf0
parent6a891fb2c2d88125811ddce0c844eac42302940f (diff)
downloadfreebsd-ports-gnome-4d28a7b7a8f74ec66bfdbdbb8cbe9212beb98c66.tar.gz
freebsd-ports-gnome-4d28a7b7a8f74ec66bfdbdbb8cbe9212beb98c66.tar.zst
freebsd-ports-gnome-4d28a7b7a8f74ec66bfdbdbb8cbe9212beb98c66.zip
Remove unneeded port
PR: 191021 Submitted by: tigger (at) lvlworld (dot) com
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/sysupdate/Makefile35
-rw-r--r--sysutils/sysupdate/distinfo2
-rw-r--r--sysutils/sysupdate/pkg-descr6
4 files changed, 0 insertions, 44 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 905fcbee8d91..6ff3d729e693 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -907,7 +907,6 @@
SUBDIR += syslogger
SUBDIR += sysrc
SUBDIR += system-tools-backends
- SUBDIR += sysupdate
SUBDIR += sysvbanner
SUBDIR += tai64nfrac
SUBDIR += tarsnap
diff --git a/sysutils/sysupdate/Makefile b/sysutils/sysupdate/Makefile
deleted file mode 100644
index 05f0b7930c5c..000000000000
--- a/sysutils/sysupdate/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Tig <tigger@lvlworld.com>
-# $FreeBSD$
-
-PORTNAME= sysupdate
-PORTVERSION= 0.5.8
-CATEGORIES= sysutils
-MASTER_SITES= SF/lvl/FreeBSD%20System%20Update/${PORTNAME}.sh%20v${PORTVERSION}
-DISTNAME= ${PORTNAME}.sh-${PORTVERSION}
-
-MAINTAINER= tigger@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
-
-OPTIONS_DEFINE= FASTEST_CVSUP
-FASTEST_CVSUP_DESC= Support fastest_cvsup
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MFASTEST_CVSUP}
-RUN_DEPENDS+= fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
- ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/sysutils/sysupdate/distinfo b/sysutils/sysupdate/distinfo
deleted file mode 100644
index 96a0bd18b702..000000000000
--- a/sysutils/sysupdate/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sysupdate.sh-0.5.8.tar.gz) = 678e5b4b239ee2f758a1acd5d163ac6a2ade7554789fbbd5529a29f6a92258fe
-SIZE (sysupdate.sh-0.5.8.tar.gz) = 17901
diff --git a/sysutils/sysupdate/pkg-descr b/sysutils/sysupdate/pkg-descr
deleted file mode 100644
index 3039360f672d..000000000000
--- a/sysutils/sysupdate/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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/