diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-13 22:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 13:22:54 -0700 |
| commit | 3ee1283aef870a296e87f20f65385c38e2777778 (patch) | |
| tree | c8acd6a355383f459ce50eb2e33e957594feb61b /ports/bzip2/CONTROL | |
| parent | c771e7bd07c3137d43cdca96efcb954439133532 (diff) | |
| download | vcpkg-3ee1283aef870a296e87f20f65385c38e2777778.tar.gz vcpkg-3ee1283aef870a296e87f20f65385c38e2777778.zip | |
[bzip2] fixes for building release-only (#12880)
* [bzip2] fixes for building release-only
* [vcpkg_fixup_pkgconfig] fix spacing in messages
* Update ports/bzip2/portfile.cmake
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
* Update portfile.cmake
* back out changes to vcpkg_fixup_pkgconfig
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Diffstat (limited to 'ports/bzip2/CONTROL')
| -rw-r--r-- | ports/bzip2/CONTROL | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ports/bzip2/CONTROL b/ports/bzip2/CONTROL index 4734c4171..bdc70fcf4 100644 --- a/ports/bzip2/CONTROL +++ b/ports/bzip2/CONTROL @@ -1,4 +1,5 @@ -Source: bzip2
-Version: 1.0.6-6
-Homepage: http://www.bzip.org/
-Description: High-quality data compressor.
+Source: bzip2 +Version: 1.0.6 +Port-Version: 7 +Homepage: http://www.bzip.org/ +Description: High-quality data compressor. |
