Bug 3843 - Fixed port: xtriangles
Summary: Fixed port: xtriangles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-06-11 03:20 UTC by Nakai
Modified: 1997-06-13 18:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nakai 1997-06-11 03:20:11 UTC
I have fixed xtriangles port to follow its latest version.

Yukihiro Nakai
-------CUT HERE-----CUT HERE-----CUT HERE-----
diff -ruN xtriangles.orig/Makefile xtriangles/Makefile
--- xtriangles.orig/Makefile	Wed Jun 11 11:15:11 1997
+++ xtriangles/Makefile	Mon Jun  2 22:59:57 1997
@@ -1,5 +1,5 @@
 # New ports collection makefile for:   xtriangles
-# 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=	xtriangles
-PKGNAME=        xtriangles-5.3
+PKGNAME=        xtriangles-5.4.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	games/puzzles
+MASTER_SITE_SUBDIR=	games/xpuzzles
+DISTFILES=	xtriangles-5.4.1.tar.gz
 
 MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp
 
 USE_IMAKE=	yes
 
 post-install:
-	@chmod 755 ${PREFIX}/bin/xtriangles
-	@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xtriangles
+	@${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin
 	@${INSTALL_DATA} ${WRKSRC}/Triangles.ad \
 		${PREFIX}/lib/X11/app-defaults/Triangles
 
diff -ruN xtriangles.orig/files/md5 xtriangles/files/md5
--- xtriangles.orig/files/md5	Wed Jun 11 11:15:11 1997
+++ xtriangles/files/md5	Mon Jun  2 23:00:00 1997
@@ -1 +1 @@
-MD5 (xtriangles.tar.gz) = 195f816861a6918c74e492a9a2a5b6f2
+MD5 (xtriangles-5.4.1.tar.gz) = 713518c9ee6d542b39f4cb8e13cdc350
Comment 1 Masafumi Max NAKANE freebsd_committer freebsd_triage 1997-06-13 18:48:08 UTC
State Changed
From-To: open->closed

Submitted update is applied.