mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
main/screen: updated to 4.9.0
This commit is contained in:
@@ -1 +1 @@
|
||||
d276213d3acd10339cd37848b8c4ab1e screen-4.8.0.tar.gz
|
||||
b1ef8ed89134d335e614016634982b6d screen-4.9.0.tar.gz
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
screen-4.9.0-1
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/screenrc
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/screen -> screen-4.8.0
|
||||
-rwsr-xr-x root/root usr/bin/screen-4.8.0
|
||||
lrwxrwxrwx root/root usr/bin/screen -> screen-4.9.0
|
||||
-rwsr-xr-x root/root usr/bin/screen-4.9.0
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/info/
|
||||
-rw-r--r-- root/root usr/share/info/screen.info.gz
|
||||
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
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
# description : Terminal multiplexor that runs several separate processes
|
||||
|
||||
name=screen
|
||||
version=4.8.0
|
||||
version=4.9.0
|
||||
release=1
|
||||
source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man \
|
||||
|
||||
Reference in New Issue
Block a user