diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-06 15:21:53 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-06 15:21:53 +0000 |
commit | 308c75d1e5807d571f1c7c27a3c82c9dbe062c1f (patch) | |
tree | 34d6220941f3b1d03c08874753e9d18200d790ff | |
parent | e2d6c417e3030c814e048ec2cda803cb7971bd75 (diff) | |
download | src-308c75d1e5807d571f1c7c27a3c82c9dbe062c1f.tar.gz src-308c75d1e5807d571f1c7c27a3c82c9dbe062c1f.zip |
pkgbase: Remove %VCS_REVISION% from utilities comments
We don't do that on other packages so be consistent.
It also don't work when building from git.
Notes
Notes:
svn path=/head/; revision=367418
-rw-r--r-- | release/packages/utilities.ucl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/packages/utilities.ucl b/release/packages/utilities.ucl index ab5725d1c1d8..6ec12b60df64 100644 --- a/release/packages/utilities.ucl +++ b/release/packages/utilities.ucl @@ -5,7 +5,7 @@ name = "%PKG_NAME_PREFIX%-%PKGNAME%" origin = "base" version = "%VERSION%" -comment = "%COMMENT% %VCS_REVISION%" +comment = "%COMMENT%" categories = [ base ] maintainer = "%PKG_MAINTAINER%" www = "%PKG_WWW%" |