diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-10 10:37:18 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-10 10:37:18 +0800 |
commit | b38f664f123017c7f232906f63a036a99e8d5ad8 (patch) | |
tree | 4c7175827e414c0ebde7d47f7151df74d5450fc1 /games | |
parent | 955a50390f7a934e6666a779e50c072a880bac85 (diff) | |
download | freebsd-ports-gnome-b38f664f123017c7f232906f63a036a99e8d5ad8.tar.gz freebsd-ports-gnome-b38f664f123017c7f232906f63a036a99e8d5ad8.tar.zst freebsd-ports-gnome-b38f664f123017c7f232906f63a036a99e8d5ad8.zip |
Update to 1.07
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-x-plane-net-installer/Makefile | 7 | ||||
-rw-r--r-- | games/linux-x-plane-net-installer/distinfo | 6 | ||||
-rw-r--r-- | games/linux-x-plane-net-installer/pkg-message | 9 |
3 files changed, 17 insertions, 5 deletions
diff --git a/games/linux-x-plane-net-installer/Makefile b/games/linux-x-plane-net-installer/Makefile index ddf72eec8fc6..63f88c9185cb 100644 --- a/games/linux-x-plane-net-installer/Makefile +++ b/games/linux-x-plane-net-installer/Makefile @@ -6,9 +6,9 @@ # PORTNAME= linux-x-plane-net-installer -PORTVERSION= 1.03 +PORTVERSION= 1.07 CATEGORIES= games linux -MASTER_SITES= http://dev.x-plane.com/installer/${PORTVERSION}-lin1/ +MASTER_SITES= http://dev.x-plane.com/installer/${PORTVERSION}/ DISTFILES= X-Plane-Net-Install.gz MAINTAINER= jylefort@FreeBSD.org @@ -45,4 +45,7 @@ do-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/X-Plane-Net-Install ${PREFIX}/bin +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/games/linux-x-plane-net-installer/distinfo b/games/linux-x-plane-net-installer/distinfo index 6d133d4281c0..3cf41f894ba7 100644 --- a/games/linux-x-plane-net-installer/distinfo +++ b/games/linux-x-plane-net-installer/distinfo @@ -1,3 +1,3 @@ -MD5 (X-Plane-Net-Install.gz) = db7a3dc12cd9dea2d6ccced9d175a5bb -SHA256 (X-Plane-Net-Install.gz) = cb90449f8f80bde06c4b798802ac0533aeeb605c3428b21fd176e668f9a73a0e -SIZE (X-Plane-Net-Install.gz) = 1869256 +MD5 (X-Plane-Net-Install.gz) = 5d8a5b24be554ded98a5813e9bee53a9 +SHA256 (X-Plane-Net-Install.gz) = e2d5ca4ae105f3af6d7899d87602f2f32a6556d110af3f5016c6833c226807db +SIZE (X-Plane-Net-Install.gz) = 1908398 diff --git a/games/linux-x-plane-net-installer/pkg-message b/games/linux-x-plane-net-installer/pkg-message new file mode 100644 index 000000000000..dfc93db6d380 --- /dev/null +++ b/games/linux-x-plane-net-installer/pkg-message @@ -0,0 +1,9 @@ +=============================================================================== + +Because of a bug in the installer, you must create the destination directory +manually before running the program, for instance: + + mkdir ~/X-Plane + X-Plane-Net-Install + +=============================================================================== |