dos2unix: new maintainer. update to 7.4.0.

This commit is contained in:
John Vogel 2018-02-18 04:52:59 -05:00
parent 604ae87b5b
commit 2143956f86
4 changed files with 18 additions and 21 deletions

View File

@ -4,9 +4,10 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/mac2unix -> dos2unix
-rwxr-xr-x root/root usr/bin/unix2dos
lrwxrwxrwx root/root usr/bin/unix2mac -> unix2dos
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dos2unix.1.gz
lrwxrwxrwx root/root usr/man/man1/mac2unix.1.gz -> dos2unix.1.gz
lrwxrwxrwx root/root usr/man/man1/unix2dos.1.gz -> dos2unix.1.gz
lrwxrwxrwx root/root usr/man/man1/unix2mac.1.gz -> dos2unix.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/dos2unix.1.gz
lrwxrwxrwx root/root usr/share/man/man1/mac2unix.1.gz -> dos2unix.1.gz
lrwxrwxrwx root/root usr/share/man/man1/unix2dos.1.gz -> dos2unix.1.gz
lrwxrwxrwx root/root usr/share/man/man1/unix2mac.1.gz -> dos2unix.1.gz

View File

@ -1 +1 @@
04428e77e2ead8a92c1492ba8977f1d1 dos2unix-7.3.4.tar.gz
a615de542899e53d6f9575ad3cb32b19 dos2unix-7.4.0.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+0TbIFlnHtOOGxkfYD2TL9+Sbmlf2LbF1fF2qriYlBfS9Nts/WDQG1iJKC85VjFhdmLKgD1b7MjlG/wV9y2jwQ=
SHA256 (Pkgfile) = 0c22e3864c3805358c0867986b8437658d9c554be8818b7a4b61d645ec91b99f
SHA256 (.footprint) = 0e7b18a9c1360f26f0f897d937033ebc99ad8a716928d90c754af3ab1812249d
SHA256 (dos2unix-7.3.4.tar.gz) = 8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5
RWSagIOpLGJF34elIZxB94MRukPEV71e/8LIcoBk2YiAPJzkh8U2MnYt4ZKSivBsKBQpSro6E+x/Isw3hSS+NGRzqifW3UrhwQY=
SHA256 (Pkgfile) = 5ae6c4736e377a75779737bde1fb5024c9d3cd1ee81c6809063d87486ba58fe4
SHA256 (.footprint) = 624ae5623dcfc7cfd7f465b5a2c9c344fba2bc9a71d13724199ece3975cfe8f2
SHA256 (dos2unix-7.4.0.tar.gz) = bac765abdbd95cdd87a71989d4382c32cf3cbfeee2153f0086cb9cf18261048a

View File

@ -1,19 +1,15 @@
# Description: Dos2unix converts DOS or MAC text files to UNIX format
# URL: http://dos2unix.sourceforge.net
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
# URL: http://dos2unix.sourceforge.net
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=dos2unix
version=7.3.4
version=7.4.0
release=1
source=(http://www.xs4all.nl/~waterlan/$name/$name-$version.tar.gz)
build() {
cd $name-$version
make clean
make CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE"
make DESTDIR=$PKG install prefix=/usr mandir=/usr/man
rm -rf $PKG/usr/share
cd $name-$version
make ENABLE_NLS= CFLAGS="$CFLAGS"
make ENABLE_NLS= DESTDIR=$PKG install-bin install-man
}