git: cd6e93e7a9fc - stable/14 - pkgbase: remove packages which do not exists anymore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Mar 2024 08:31:07 UTC
The branch stable/14 has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=cd6e93e7a9fc217884448d427146d296f31fe069
commit cd6e93e7a9fc217884448d427146d296f31fe069
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-03-15 13:50:40 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-03-27 08:30:44 +0000
pkgbase: remove packages which do not exists anymore
(cherry picked from commit 5c318f5ce3e293d8479d686da25c1a4460c09388)
---
release/packages/Makefile.package | 6 ------
release/packages/gdb.ucl | 17 -----------------
release/packages/groff.ucl | 17 -----------------
release/packages/svn.ucl | 17 -----------------
4 files changed, 57 deletions(-)
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index 255ef648329d..d9f202a602d1 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -73,14 +73,10 @@ fwget_COMMENT= FWGET Utility
fwget_DESC= FWGET Utility
games_COMMENT= Games
games_DESC= Games
-gdb_COMMENT= GDB Utilities
-gdb_DESC= GDB Utilities
geom_COMMENT= GEOM Utilitites
geom_DESC= GEOM Utilitites
ggate_COMMENT= GEOM Gate Utilities
ggate_DESC= GEOM Gate Utilities
-groff_COMMENT= Groff Utilities
-groff_DESC= Groff Utilities
hast_COMMENT= Highly Available Storage daemon
hast_DESC= Highly Available Storage daemon
hostapd_COMMENT= 802.11 Access Point Daemon an Utilities
@@ -151,8 +147,6 @@ smbutils_COMMENT= SMB Utilities
smbutils_DESC= SMB Utilities
ssh_COMMENT= Secure Shell Utilities
ssh_DESC= Secure Shell Utilities
-svn_COMMENT= Subversion Version Control System
-svn_DESC= Subversion Version Control System
syscons_COMMENT= Syscons Console
syscons_DESC= Syscons Console
syslogd_COMMENT= Syslog Daemon
diff --git a/release/packages/gdb.ucl b/release/packages/gdb.ucl
deleted file mode 100644
index ff2710862e03..000000000000
--- a/release/packages/gdb.ucl
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-#
-
-name = "%PKG_NAME_PREFIX%-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "%COMMENT%"
-categories = [ base ]
-maintainer = "%PKG_MAINTAINER%"
-www = "%PKG_WWW%"
-prefix = "/"
-licenselogic = "single"
-licenses = [ GPLv2 ]
-desc = <<EOD
-%DESC%
-EOD
-
diff --git a/release/packages/groff.ucl b/release/packages/groff.ucl
deleted file mode 100644
index ff2710862e03..000000000000
--- a/release/packages/groff.ucl
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-#
-
-name = "%PKG_NAME_PREFIX%-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "%COMMENT%"
-categories = [ base ]
-maintainer = "%PKG_MAINTAINER%"
-www = "%PKG_WWW%"
-prefix = "/"
-licenselogic = "single"
-licenses = [ GPLv2 ]
-desc = <<EOD
-%DESC%
-EOD
-
diff --git a/release/packages/svn.ucl b/release/packages/svn.ucl
deleted file mode 100644
index 2a8dd1033666..000000000000
--- a/release/packages/svn.ucl
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-#
-
-name = "%PKG_NAME_PREFIX%-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "%COMMENT%"
-categories = [ base ]
-maintainer = "%PKG_MAINTAINER%"
-www = "%PKG_WWW%"
-prefix = "/"
-licenselogic = "single"
-licenses = [ APACHE20 ]
-desc = <<EOD
-%DESC%
-EOD
-