summaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/actual-package-depends.sh1
-rw-r--r--Mk/Scripts/cargo-crates.awk1
-rw-r--r--Mk/Scripts/check-desktop-entries.sh1
-rw-r--r--Mk/Scripts/check-stagedir.sh1
-rw-r--r--Mk/Scripts/check-vulnerable.sh1
-rw-r--r--Mk/Scripts/check_leftovers.sh1
-rw-r--r--Mk/Scripts/checksum.sh1
-rw-r--r--Mk/Scripts/create-manifest.sh1
-rw-r--r--Mk/Scripts/depends-list.sh1
-rw-r--r--Mk/Scripts/desktop-categories.sh1
-rw-r--r--Mk/Scripts/dialog4ports.sh1
-rw-r--r--Mk/Scripts/do-depends.sh1
-rw-r--r--Mk/Scripts/do-fetch.sh1
-rw-r--r--Mk/Scripts/do-patch.sh1
-rw-r--r--Mk/Scripts/do-users-groups.sh1
-rw-r--r--Mk/Scripts/find-lib.sh1
-rw-r--r--Mk/Scripts/functions.sh1
-rw-r--r--Mk/Scripts/generate-symbols.sh1
-rw-r--r--Mk/Scripts/install-desktop-entries.sh1
-rw-r--r--Mk/Scripts/makesum.sh1
-rw-r--r--Mk/Scripts/plist_sub_sed_sort.sh1
-rw-r--r--Mk/Scripts/ports_env.sh1
-rw-r--r--Mk/Scripts/qa.sh1
-rw-r--r--Mk/Scripts/rust-compat11-canary.sh1
-rw-r--r--Mk/Scripts/smart_makepatch.sh1
25 files changed, 0 insertions, 25 deletions
diff --git a/Mk/Scripts/actual-package-depends.sh b/Mk/Scripts/actual-package-depends.sh
index d773efa96a84..604931446787 100644
--- a/Mk/Scripts/actual-package-depends.sh
+++ b/Mk/Scripts/actual-package-depends.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: portmgr@FeeeBSD.org
-# $FreeBSD$
[ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_ACTUAL_PACKAGE_DEPENDS}" ] && set -x
diff --git a/Mk/Scripts/cargo-crates.awk b/Mk/Scripts/cargo-crates.awk
index 182d25e45c9a..5949ca579fb9 100644
--- a/Mk/Scripts/cargo-crates.awk
+++ b/Mk/Scripts/cargo-crates.awk
@@ -1,5 +1,4 @@
# MAINTAINER: rust@FreeBSD.org
-# $FreeBSD$
BEGIN {
gh_tuple_len = 0
diff --git a/Mk/Scripts/check-desktop-entries.sh b/Mk/Scripts/check-desktop-entries.sh
index c1492567c6d3..25e32649b0c7 100644
--- a/Mk/Scripts/check-desktop-entries.sh
+++ b/Mk/Scripts/check-desktop-entries.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh
index be06948eceb5..73c09d20def7 100644
--- a/Mk/Scripts/check-stagedir.sh
+++ b/Mk/Scripts/check-stagedir.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# ports/Mk/Scripts/check-stagedir.sh - called from ports/Mk/bsd.stage.mk
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
#
diff --git a/Mk/Scripts/check-vulnerable.sh b/Mk/Scripts/check-vulnerable.sh
index 2eb9d71b40ce..69d9f8db06c9 100644
--- a/Mk/Scripts/check-vulnerable.sh
+++ b/Mk/Scripts/check-vulnerable.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/check_leftovers.sh b/Mk/Scripts/check_leftovers.sh
index d5868c66de24..65c2d143396c 100644
--- a/Mk/Scripts/check_leftovers.sh
+++ b/Mk/Scripts/check_leftovers.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
#
diff --git a/Mk/Scripts/checksum.sh b/Mk/Scripts/checksum.sh
index 7f2f1bc58d9c..e013c4239fd6 100644
--- a/Mk/Scripts/checksum.sh
+++ b/Mk/Scripts/checksum.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/create-manifest.sh b/Mk/Scripts/create-manifest.sh
index 18ac5a035b0f..bac3ed23be10 100644
--- a/Mk/Scripts/create-manifest.sh
+++ b/Mk/Scripts/create-manifest.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/depends-list.sh b/Mk/Scripts/depends-list.sh
index df7769dfeb41..6c3e03c33288 100644
--- a/Mk/Scripts/depends-list.sh
+++ b/Mk/Scripts/depends-list.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org
-# $FreeBSD$
set -e
set -o pipefail
diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh
index a80c048b7dea..9283751955e4 100644
--- a/Mk/Scripts/desktop-categories.sh
+++ b/Mk/Scripts/desktop-categories.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/dialog4ports.sh b/Mk/Scripts/dialog4ports.sh
index eed3f47099e8..e229d7d4bdc1 100644
--- a/Mk/Scripts/dialog4ports.sh
+++ b/Mk/Scripts/dialog4ports.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $FreeBSD$
# Maintainer: portmgr@FreeBSD.org
set -e
set -o pipefail
diff --git a/Mk/Scripts/do-depends.sh b/Mk/Scripts/do-depends.sh
index 11cd1662bd1c..0351d3d4ab02 100644
--- a/Mk/Scripts/do-depends.sh
+++ b/Mk/Scripts/do-depends.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/do-fetch.sh b/Mk/Scripts/do-fetch.sh
index 272f69029c7e..707337928989 100644
--- a/Mk/Scripts/do-fetch.sh
+++ b/Mk/Scripts/do-fetch.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/do-patch.sh b/Mk/Scripts/do-patch.sh
index ef2a7ce9f64c..41d460fd70a4 100644
--- a/Mk/Scripts/do-patch.sh
+++ b/Mk/Scripts/do-patch.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/do-users-groups.sh b/Mk/Scripts/do-users-groups.sh
index 4b558d048bed..7f57e91ed565 100644
--- a/Mk/Scripts/do-users-groups.sh
+++ b/Mk/Scripts/do-users-groups.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/find-lib.sh b/Mk/Scripts/find-lib.sh
index e8c925ebac78..7ee87bc867d0 100644
--- a/Mk/Scripts/find-lib.sh
+++ b/Mk/Scripts/find-lib.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org
-# $FreeBSD$
set -o pipefail
diff --git a/Mk/Scripts/functions.sh b/Mk/Scripts/functions.sh
index c3e296a95700..892f2a7218de 100644
--- a/Mk/Scripts/functions.sh
+++ b/Mk/Scripts/functions.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
# This file for common functions used for port scripts.
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/generate-symbols.sh b/Mk/Scripts/generate-symbols.sh
index e68c6ccd58e3..680ffde814ac 100644
--- a/Mk/Scripts/generate-symbols.sh
+++ b/Mk/Scripts/generate-symbols.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $FreeBSD$
# Maintainer: portmgr@FreeBSD.org
#
# This script will find all ELF files in STAGEDIR and then strip and move
diff --git a/Mk/Scripts/install-desktop-entries.sh b/Mk/Scripts/install-desktop-entries.sh
index 29da3031267b..af2766e7d080 100644
--- a/Mk/Scripts/install-desktop-entries.sh
+++ b/Mk/Scripts/install-desktop-entries.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/makesum.sh b/Mk/Scripts/makesum.sh
index b9cdb0187a34..1d09b7ffb82a 100644
--- a/Mk/Scripts/makesum.sh
+++ b/Mk/Scripts/makesum.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
diff --git a/Mk/Scripts/plist_sub_sed_sort.sh b/Mk/Scripts/plist_sub_sed_sort.sh
index 45ae72f3bf2d..c9f6483c2855 100644
--- a/Mk/Scripts/plist_sub_sed_sort.sh
+++ b/Mk/Scripts/plist_sub_sed_sort.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org
#
diff --git a/Mk/Scripts/ports_env.sh b/Mk/Scripts/ports_env.sh
index 6adb8d7c50b6..84b30c05b49b 100644
--- a/Mk/Scripts/ports_env.sh
+++ b/Mk/Scripts/ports_env.sh
@@ -1,7 +1,6 @@
#! /bin/sh
# MAINTAINER: portmgr@FreeBSD.org
-# $FreeBSD$
set -o pipefail
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 4eae5bc3c4df..af250ef8145f 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org
-# $FreeBSD$
set -o pipefail
diff --git a/Mk/Scripts/rust-compat11-canary.sh b/Mk/Scripts/rust-compat11-canary.sh
index cd307ab4bf4a..ccc158cba664 100644
--- a/Mk/Scripts/rust-compat11-canary.sh
+++ b/Mk/Scripts/rust-compat11-canary.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: rust@FreeBSD.org
-# $FreeBSD$
set -eu
set -o pipefail
diff --git a/Mk/Scripts/smart_makepatch.sh b/Mk/Scripts/smart_makepatch.sh
index 2d7c56cf9e40..5146d01a84cd 100644
--- a/Mk/Scripts/smart_makepatch.sh
+++ b/Mk/Scripts/smart_makepatch.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# MAINTAINER: portmgr@FreeBSD.org
-# $FreeBSD$
# This script regenerates patches. It conserves existing comments and
# file names, even if the file name does not meet any current or