xmessage: 1.0.3 -> 1.0.4

This commit is contained in:
Danny Rawlins 2018-01-31 21:20:05 +11:00
parent 2e2fd70ddc
commit de863f3921
4 changed files with 11 additions and 13 deletions

View File

@ -1,11 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmessage
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xmessage.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
-rw-r--r-- root/root usr/share/X11/app-defaults/Xmessage
-rw-r--r-- root/root usr/share/X11/app-defaults/Xmessage-color
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/xmessage.1.gz

View File

@ -1 +1 @@
76ac52710234ebb9d0e2762bb5d11ea1 xmessage-1.0.3.tar.bz2
2dd5ae46fa18abc9331bc26250a25005 xmessage-1.0.4.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x83Gnm3LUs2MYG2LiK1N59yKSG0E61zGNw4OyymXhwaXfTdnRnZ0wDaBF15ff4uOO/XDGPXRBwXMVP8oqGFpAY=
SHA256 (Pkgfile) = 80d1915dd7fd4a1739a9f34ec7ab3e82d2fc0e17afa36cb0d7c700f3c0d7a4cf
SHA256 (.footprint) = 1e186f17af41b831f60cc32ee58fa8320c7d5204d23f28c351389e4a14424f8a
SHA256 (xmessage-1.0.3.tar.bz2) = cfa35d3ad4ad1306e49878163982e9d54872a20a497e77ab0a8d5de05c8b3d5b
RWSagIOpLGJF38xutLAt0kRop7Klpm+ugB2sLXlTb7oDisifwsxtNxwfee+BIIPZWnZmXruny4+W+dNpCbbwZIARTJVpgN/+5Qs=
SHA256 (Pkgfile) = ba1510f16f9803c07d3953c7338fc7461f33bd331e72648e325b4f9df87f2d8e
SHA256 (.footprint) = 03c1616db6941f19248559c97e3f580d392b44089f8689a89246a0053b813e1e
SHA256 (xmessage-1.0.4.tar.bz2) = bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68

View File

@ -5,16 +5,14 @@
# Depends on: xorg-libxaw
name=xmessage
version=1.0.3
version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
source=(https://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install