Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 1997 19:11:46 -0700 (PDT)
From:      Nakai@Mlab.t.u-tokyo.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/3841: Fixed port: xdino
Message-ID:  <199706110211.TAA21558@hub.freebsd.org>
Resent-Message-ID: <199706110220.TAA21884@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3841
>Category:       ports
>Synopsis:       Fixed port: xdino
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 19:20:01 PDT 1997
>Last-Modified:
>Originator:     Yukihiro Nakai
>Organization:
>Release:        3.0-current
>Environment:
>Description:
I have fixed the xdino port to follow its latest version.
Xdino is a puzzle game for X.

Yukihiro Nakai
----------CUT HERE-----CUT HERE------
diff -ruN xdino.orig/Makefile xdino/Makefile
--- xdino.orig/Makefile	Wed Jun 11 11:08:09 1997
+++ xdino/Makefile	Mon Jun  2 22:57:38 1997
@@ -1,5 +1,5 @@
 # New ports collection makefile for:   xdino
-# Version required:    V5.3
+# Version required:    5.4.1
 # Date created:        12 October 1996
 # Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
 #
@@ -7,18 +7,18 @@
 #
 
 DISTNAME=	xdino
-PKGNAME=        xdino-5.3
+PKGNAME=        xdino-5.4.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	games/puzzles
+MASTER_SITE_SUBDIR=	games/xpuzzles
+DISTFILES=	xdino-5.4.1.tar.gz
 
 MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
 
 USE_IMAKE=	yes
 
 post-install:
-	@chmod 755 ${PREFIX}/bin/xdino
-	@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xdino
+	@${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin
 	@${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
 
 .include <bsd.port.mk>
diff -ruN xdino.orig/files/md5 xdino/files/md5
--- xdino.orig/files/md5	Wed Jun 11 11:08:08 1997
+++ xdino/files/md5	Mon Jun  2 22:57:43 1997
@@ -1 +1 @@
-MD5 (xdino.tar.gz) = b2c9bcffabdc650104c1f0f65445f1bc
+MD5 (xdino-5.4.1.tar.gz) = 5c5c6caadebc3d3a166fac540cd03551


>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706110211.TAA21558>