ports/opt (3.2): screen: update to 4.4.0
commit 53328ee8aff722722911226555b19be5080beb24 Author: Juergen Daubert <jue@jue.li> Date: Mon Jun 20 13:26:01 2016 +0200 screen: update to 4.4.0 diff --git a/screen/.footprint b/screen/.footprint index 83457ec..4b7c4eb 100644 --- a/screen/.footprint +++ b/screen/.footprint @@ -1,11 +1,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/screen -> screen-4.3.1 --rwxr-xr-x root/root usr/bin/screen-4.3.1 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/screen.1.gz +lrwxrwxrwx root/root usr/bin/screen -> screen-4.4.0 +-rwxr-xr-x root/root usr/bin/screen-4.4.0 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/screen.1.gz drwxr-xr-x root/root usr/share/screen/ drwxr-xr-x root/root usr/share/screen/utf8encodings/ -rw-r--r-- root/root usr/share/screen/utf8encodings/01 diff --git a/screen/.md5sum b/screen/.md5sum index aaeb383..f8b2918 100644 --- a/screen/.md5sum +++ b/screen/.md5sum @@ -1 +1 @@ -5bb3b0ff2674e29378c31ad3411170ad screen-4.3.1.tar.gz +d26e11a3648c2b11aaefa215a55dfd39 screen-4.4.0.tar.gz diff --git a/screen/Pkgfile b/screen/Pkgfile index 7904e96..988a726 100644 --- a/screen/Pkgfile +++ b/screen/Pkgfile @@ -4,16 +4,14 @@ # Depends on: ncurses name=screen -version=4.3.1 +version=4.4.0 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --enable-colors256 + ./configure --prefix=/usr --enable-colors256 make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu