Bug 11172 - Update: astro/wmmoonclock
Summary: Update: astro/wmmoonclock
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: Kris Kennaway
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-04-16 23:50 UTC by cpiazza
Modified: 1999-04-19 14:57 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 cpiazza 1999-04-16 23:50:02 UTC
Update from 1.24 to 1.25
Update master_site.
Man page was trying to install to ${PREFIX}/share/man/man1 - Fixed.
Fix patch, which also had a stray share.

Fix: 

-Chris--CrSpHXC1FWwJGvO7aru9Snf80YGqHrqkDGN5a480TneYnHqH
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: wmmoonclock/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1999/03/14 11:38:21	1.1.1.1
+++ Makefile	1999/04/16 22:39:15
@@ -1,20 +1,21 @@
 # New ports collection makefile for:   wmMoonClock
-# Version required:    1.24
+# Version required:    1.25
 # Date created:        14 March 1999
 # Whom:                Kris Kennaway <kkennawa@physics.adelaide.edu.au>
 #
 # $Id: Makefile,v 1.1.1.1 1999/03/14 11:38:21 kris Exp $
 #
 
-DISTNAME=	wmMoonClock-1.24
+DISTNAME=	wmMoonClock-1.25
+PKGNAME=	wmmoonclock-1.25
 CATEGORIES=	astro windowmaker
-MASTER_SITES=	ftp://leadbelly.lanl.gov/pub/mgh/
+MASTER_SITES=	http://nis-www.lanl.gov/~mgh/WindowMaker/
 
 MAINTAINER=	kris@FreeBSD.ORG
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm/
 
-WRKSRC=		${WRKDIR}/${PKGNAME}/wmMoonClock
+WRKSRC=		${WRKDIR}/${PKGNAME}/Src
 
 USE_X_PREFIX=	yes
 USE_XLIB=	yes
@@ -25,7 +26,7 @@
 MAN1=		wmmoonclock.1
 
 do-install:
-	${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/share/man/man1/wmmoonclock.1
+	${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/man/man1/wmmoonclock.1
 	${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${PREFIX}/bin/wmmoonclock
 
 .include <bsd.port.mk>
Index: wmmoonclock/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/03/14 11:38:21	1.1.1.1
+++ md5	1999/04/16 22:39:05
@@ -1 +1 @@
-MD5 (wmMoonClock-1.24.tar.gz) = 3b52336e996c1d84efa393819d73db71
+MD5 (wmMoonClock-1.25.tar.gz) = 2a4de8faed46eaed03d6208a18602807
Index: wmmoonclock/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/astro/wmmoonclock/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1999/03/14 11:38:21	1.1.1.1
+++ patch-aa	1999/04/16 22:39:05
@@ -11,7 +11,7 @@
 --- 1,6 ----
 ! CC     ?= gcc
 ! CFLAGS ?= -O2
-! INCDIR = -I/usr/X11R6/share/include
+! INCDIR = -I/usr/X11R6/include
   DESTDIR= /usr/X11R6
   LIBDIR = -L/usr/X11R6/lib
Comment 1 Michael Haro freebsd_committer freebsd_triage 1999-04-17 01:07:55 UTC
Responsible Changed
From-To: freebsd-ports->kris

Over to maintainer 
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 1999-04-19 14:56:57 UTC
State Changed
From-To: open->closed

Upgrade committed, thanks!