diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-18 11:27:11 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-18 11:27:11 +0000 |
commit | 18c2bb41e133fc297a528bf214c52239ad4a3198 (patch) | |
tree | 814d5eba91d90d1861031cee7780f06e1a979a14 /release/packages | |
parent | 9c739606941f3b6a7a64c882d62ca753cfadfd07 (diff) | |
download | FreeBSD-src-18c2bb41e133fc297a528bf214c52239ad4a3198.zip FreeBSD-src-18c2bb41e133fc297a528bf214c52239ad4a3198.tar.gz |
development and profile are special tags and should always be the last component
of the name if present
Diffstat (limited to 'release/packages')
-rw-r--r-- | release/packages/lib32-development.ucl | 13 | ||||
-rw-r--r-- | release/packages/lib32-profile.ucl | 13 | ||||
-rw-r--r-- | release/packages/lib32.ucl | 2 |
3 files changed, 27 insertions, 1 deletions
diff --git a/release/packages/lib32-development.ucl b/release/packages/lib32-development.ucl new file mode 100644 index 0000000..c4e7152 --- /dev/null +++ b/release/packages/lib32-development.ucl @@ -0,0 +1,13 @@ +name = "FreeBSD-lib32-development" +origin = "base" +version = "%VERSION%" +comment = "32bits libraries" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] +desc = <<EOD +TODO +EOD diff --git a/release/packages/lib32-profile.ucl b/release/packages/lib32-profile.ucl new file mode 100644 index 0000000..b2cdb7d --- /dev/null +++ b/release/packages/lib32-profile.ucl @@ -0,0 +1,13 @@ +name = "FreeBSD-lib32-profile" +origin = "base" +version = "%VERSION%" +comment = "32bits libraries" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] +desc = <<EOD +TODO +EOD diff --git a/release/packages/lib32.ucl b/release/packages/lib32.ucl index 95b5631..14f5b9e 100644 --- a/release/packages/lib32.ucl +++ b/release/packages/lib32.ucl @@ -1,7 +1,7 @@ name = "FreeBSD-lib32" origin = "base" version = "%VERSION%" -comment = "32bits libraries +comment = "32bits libraries" categories = [ base ] maintainer = "re@FreeBSD.org" www = "http://www.FreeBSD.org" |