abcde: new maintainer. update to 2.8.1.

This commit is contained in:
John Vogel 2018-02-18 14:23:21 -05:00
parent dc8d1c1ee2
commit 2c68f8bcd1
4 changed files with 20 additions and 20 deletions

View File

@ -5,7 +5,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/abcde -rwxr-xr-x root/root usr/bin/abcde
-rwxr-xr-x root/root usr/bin/abcde-musicbrainz-tool -rwxr-xr-x root/root usr/bin/abcde-musicbrainz-tool
-rwxr-xr-x root/root usr/bin/cddb-tool -rwxr-xr-x root/root usr/bin/cddb-tool
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/abcde.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/man/man1/cddb-tool.1.gz -rw-r--r-- root/root usr/share/man/man1/abcde.1.gz
-rw-r--r-- root/root usr/share/man/man1/cddb-tool.1.gz

View File

@ -1 +1 @@
d761c5a07854ce24748be9aa10100e74 abcde-2.5.4.tar.gz 29c9819f83615d71eda3489fd3fc5d43 abcde-2.8.1.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37p0Y0lkl4nI/+/tBnvaHcWrqHzFbBDhHaEVi/JkQuBA0rLTtsdYevOA4RPy2gt9j1ZNnIUa66pU5aod98ugTAI= RWSagIOpLGJF39Uz88qVLVuXoZs70Y0FygHr+Eu4dvvJS62xDW5Pm27Nn0inimqUAysGRpEKFcCUuU5yUMTctT0JgSdqUKB6ugE=
SHA256 (Pkgfile) = 2fba794f3004b54c2b79f40b18984ffd4d4c3800fae6bc47dd6888a3621004cc SHA256 (Pkgfile) = 98d2d23b75a6466d87d3095f90ad0a83072c9b49dae510f0fa2201b855a215a3
SHA256 (.footprint) = 4a5390955ded578bc2fb0acaaa3c3ef84ea2ecfa63497b7e3fcdadf48b3bc99b SHA256 (.footprint) = 07a0104c20296297bad6cbe5f734e8d020a1f95345727941c3df0d3590b3af5f
SHA256 (abcde-2.5.4.tar.gz) = 85b679b970e728a986487adcbff7c51eb0e72f9fa10c4450521f8e029fa6e591 SHA256 (abcde-2.8.1.tar.gz) = e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39

View File

@ -1,17 +1,16 @@
# Description: a better cd encoder # Description: a better cd encoder
# URL: http://code.google.com/p/abcde # URL: https://abcde.einval.com/wiki/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org # Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: bash cd-discid wget vorbis-tools # Depends on: cd-discid cdparanoia vorbis-tools
# Optional: faac fdk-aac flac id3lib lame speex wavpack
name=abcde name=abcde
version=2.5.4 version=2.8.1
release=2 release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.gz) source=(https://$name.einval.com/download/$name-$version.tar.gz)
build () { build () {
cd "$name-$version" cd "$name-$version"
make DESTDIR=$PKG \ make DESTDIR=$PKG prefix=/usr install
PREFIX=/usr \ rm -rf $PKG/usr/share/doc
mandir=$PKG/usr/man/man1 \
install
} }