aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2021-02-13 07:36:22 +0800
committerNuno Teixeira <eduardo@FreeBSD.org>2021-02-13 07:36:22 +0800
commit754cf03dfb530a4eda894a84f9c8c169dc0e27c6 (patch)
tree9ef074eef928511e3adf3728c976572c4749255c /net
parent5240f895e908b16696ef1a37c71bce16b924338d (diff)
downloadfreebsd-ports-gnome-754cf03dfb530a4eda894a84f9c8c169dc0e27c6.tar.gz
freebsd-ports-gnome-754cf03dfb530a4eda894a84f9c8c169dc0e27c6.tar.zst
freebsd-ports-gnome-754cf03dfb530a4eda894a84f9c8c169dc0e27c6.zip
net/gitup: Remove pkg-message
gitup is now considered stable so we don't need to warn user about it being in beta state anymore Approved by: dbaio, garga (mentors) Differential Revision: https://reviews.freebsd.org/D28608
Diffstat (limited to 'net')
-rw-r--r--net/gitup/Makefile1
-rw-r--r--net/gitup/pkg-message10
2 files changed, 1 insertions, 10 deletions
diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index d571946d45fc..debf7498432c 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitup
DISTVERSION= 0.90
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= eduardo@FreeBSD.org
diff --git a/net/gitup/pkg-message b/net/gitup/pkg-message
deleted file mode 100644
index 91ab156ce2eb..000000000000
--- a/net/gitup/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{
- type: install
- message: <<EOM
-Currently this program is beta, so the usual caveats/warnings (don't
-use it in a production environment, make sure you've got backups, dont
-(yet) run as root) apply.
-EOM
-}
-]