From 542c88010edb481f1050716cc67a135e0f1eb4be Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 18 Dec 2007 09:37:16 +0000 Subject: [PATCH] - add HOMEPAGE - add license marker - regen patches while here --- astro/xphoon/Makefile | 10 +++++++--- astro/xphoon/patches/patch-Imakefile | 5 +++-- astro/xphoon/patches/patch-dtime_c | 10 +++++----- astro/xphoon/patches/patch-xphoon_c | 8 ++++---- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 6908a69a56d..f481188c434 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -1,17 +1,21 @@ -# $OpenBSD: Makefile,v 1.19 2007/11/13 12:44:22 steven Exp $ +# $OpenBSD: Makefile,v 1.20 2007/12/18 09:37:16 ajacoutot Exp $ COMMENT= set the root window to the moon in its current phase DISTNAME= xphoon -PKGNAME= xphoon-91.9.18p1 +PKGNAME= xphoon-91.9.18p2 CATEGORIES= astro x11 + +HOMEPAGE= http://xphoon.sourceforge.net/ MASTER_SITES= ${MASTER_SITE_R5CONTRIB} EXTRACT_SUFX= .tar.Z +# BSD like PERMIT_PACKAGE_CDROM= Cannot sell PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Cannot sell PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xau Xdmcp Xext c m + +WANTLIB= X11 Xau Xdmcp Xext c m CONFIGURE_STYLE= imake diff --git a/astro/xphoon/patches/patch-Imakefile b/astro/xphoon/patches/patch-Imakefile index 671c9a868d9..5bcd648134d 100644 --- a/astro/xphoon/patches/patch-Imakefile +++ b/astro/xphoon/patches/patch-Imakefile @@ -1,5 +1,6 @@ ---- ./Imakefile.org Wed Sep 18 12:57:31 1991 -+++ ./Imakefile Tue Feb 14 18:44:28 1995 +$OpenBSD: patch-Imakefile,v 1.2 2007/12/18 09:37:16 ajacoutot Exp $ +--- Imakefile.orig Wed Sep 18 21:57:31 1991 ++++ Imakefile Tue Dec 18 10:32:09 2007 @@ -11,7 +11,7 @@ diff --git a/astro/xphoon/patches/patch-dtime_c b/astro/xphoon/patches/patch-dtime_c index 7fc2606ac9d..ba4075bef7b 100644 --- a/astro/xphoon/patches/patch-dtime_c +++ b/astro/xphoon/patches/patch-dtime_c @@ -1,6 +1,6 @@ ---- dtime.c.orig Fri Sep 13 22:15:25 1991 -+++ dtime.c Thu Feb 26 11:02:35 1998 -@@ -26,13 +26,13 @@ +--- dtime.c.orig Sat Sep 14 07:15:25 1991 ++++ dtime.c Tue Dec 18 10:32:09 2007 +@@ -26,13 +26,13 @@ extern long timezone; #include #endif /*SYS5*/ @@ -16,7 +16,7 @@ (void) time( &clock ); return dlocaltime( &clock ); -@@ -40,7 +40,7 @@ +@@ -40,7 +40,7 @@ dtwstime() struct tws* dlocaltime( clock ) @@ -25,7 +25,7 @@ { register struct tm* tm; #ifndef SYS5 -@@ -48,7 +48,7 @@ +@@ -48,7 +48,7 @@ dlocaltime( clock ) #endif not SYS5 static struct tws tw; diff --git a/astro/xphoon/patches/patch-xphoon_c b/astro/xphoon/patches/patch-xphoon_c index ec889e5a308..28a72506b50 100644 --- a/astro/xphoon/patches/patch-xphoon_c +++ b/astro/xphoon/patches/patch-xphoon_c @@ -1,6 +1,6 @@ ---- xphoon.c.orig Wed Sep 18 12:57:37 1991 -+++ xphoon.c Thu Feb 26 11:06:34 1998 -@@ -32,7 +32,7 @@ +--- xphoon.c.orig Wed Sep 18 21:57:37 1991 ++++ xphoon.c Tue Dec 18 10:32:09 2007 +@@ -32,7 +32,7 @@ static char rcsid[] = /* Externals. */ extern char* malloc(); @@ -9,7 +9,7 @@ extern long random(); extern void getbits(); -@@ -65,7 +65,7 @@ +@@ -65,7 +65,7 @@ main( argc, argv ) int blackflag, demoflag; int printpid; char* display_name;