diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:20:41 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:14 +0000 |
commit | aa1941510fb59ffe20791d91a834b220fb1f15af (patch) | |
tree | b99781c746e9dc07ac6adf28c769e0473f1983d0 /normalize | |
parent | 6b63ad0e5dfa0f47bfc0acf482b0c509807c5a61 (diff) | |
download | contrib-aa1941510fb59ffe20791d91a834b220fb1f15af.tar.gz contrib-aa1941510fb59ffe20791d91a834b220fb1f15af.tar.xz |
normalize: corrected mandir
Diffstat (limited to 'normalize')
-rw-r--r-- | normalize/.footprint | 9 | ||||
-rw-r--r-- | normalize/.signature | 6 | ||||
-rw-r--r-- | normalize/Pkgfile | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/normalize/.footprint b/normalize/.footprint index 94e14e947..ed56f16e7 100644 --- a/normalize/.footprint +++ b/normalize/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/normalize -rwxr-xr-x root/root usr/bin/normalize-mp3 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/normalize-mp3.1.gz --rw-r--r-- root/root usr/man/man1/normalize.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/normalize-mp3.1.gz +-rw-r--r-- root/root usr/share/man/man1/normalize.1.gz diff --git a/normalize/.signature b/normalize/.signature index c1cfae7a6..4740f0b06 100644 --- a/normalize/.signature +++ b/normalize/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31toLw8a7ZoFIZQv1g9wosv7HwWb5YSI4dsfTggBtHg2rC97CORs7G946FiNaNMGwVj0g05hK6S3zYFOvCjcbQw= -SHA256 (Pkgfile) = 4e4ec2d4f6acb5e2c41aefd7067d348d956e6a9f8742ab3795f37995faf22f99 -SHA256 (.footprint) = 75bc0a91c3ccd97e83dbdc76fe6c0f39daddc725f8922c935ad0a49dd8fcb026 +RWSagIOpLGJF386G0w/Oju2PF4vfBQMsn+Ye/gVjDOzqA7Tl4KX1wDAAOhON0IFpgBuBFFc8/Sp5aKLdPqnMhnvfwk3GF+hr4go= +SHA256 (Pkgfile) = 5ca3df4e63e57de806a2912f6070cc97779a5732fd4c2cad9bf57e6374f45be1 +SHA256 (.footprint) = fd0cc8ceebec06dae0899a8ad8b4829d5b3774e3ee1db6cd07339cf2dbc6a71d SHA256 (normalize-0.7.7.tar.bz2) = ef9d8558515cc942518981d3db8fa2490fba6d6b5b74e0a3b75336fbc66c6bd8 diff --git a/normalize/Pkgfile b/normalize/Pkgfile index 20efab860..727a800e1 100644 --- a/normalize/Pkgfile +++ b/normalize/Pkgfile @@ -6,14 +6,15 @@ name=normalize version=0.7.7 -release=1 -source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2) +release=2 +source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2) build() { cd normalize-$version ./configure \ --prefix=/usr \ + --mandir=/usr/share/man \ --disable-nls make @@ -21,4 +22,3 @@ build() { # Don't make and or use this for oggs. Use vorbisgain. rm $PKG/usr/bin/normalize-ogg } - |