diff options
author | ache <ache@FreeBSD.org> | 1999-04-03 10:02:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-04-03 10:02:16 +0800 |
commit | 83f946099236b7464441022a309ca472b5748542 (patch) | |
tree | 52a2664d4ee7959e52cf095b524c4f88fb65088f /misc/astrolog | |
parent | 848676b245a45dd1305c3b08eee233cd1a779a5a (diff) | |
download | freebsd-ports-gnome-83f946099236b7464441022a309ca472b5748542.tar.gz freebsd-ports-gnome-83f946099236b7464441022a309ca472b5748542.tar.zst freebsd-ports-gnome-83f946099236b7464441022a309ca472b5748542.zip |
upgrade to 5.40
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 16 | ||||
-rw-r--r-- | misc/astrolog/distinfo | 2 | ||||
-rw-r--r-- | misc/astrolog/files/patch-ab | 60 | ||||
-rw-r--r-- | misc/astrolog/pkg-plist | 6 |
4 files changed, 33 insertions, 51 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index f0300cee2332..9adbd5d34608 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -3,15 +3,15 @@ # http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/ # http://www.magitech.com/~cruiser1/astrolog.htm # -# Version required: 5.30 +# Version required: 5.* # Date created: 31 July 1995 # Whom: faulkner@cactus.org # -# $Id: Makefile,v 1.13 1998/11/28 05:39:00 asami Exp $ +# $Id: Makefile,v 1.14 1999/02/03 11:11:54 asami Exp $ # -DISTNAME= ast53unx -PKGNAME= astrolog-5.30 +DISTNAME= ast54unx +PKGNAME= astrolog-5.40 CATEGORIES= misc MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ http://www.astrolog.org/ftp/ \ @@ -43,13 +43,13 @@ do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin -@${MKDIR} ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ - ${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog + ${INSTALL_DATA} Helpfile.540 ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ - ${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog + ${INSTALL_DATA} Update.540 ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ - ${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog + ${INSTALL_DATA} README.540 ${PREFIX}/share/doc/astrolog @echo - @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help" + @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help" @echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat" .include <bsd.port.mk> diff --git a/misc/astrolog/distinfo b/misc/astrolog/distinfo index dc2a4298e5fd..711dcc784a22 100644 --- a/misc/astrolog/distinfo +++ b/misc/astrolog/distinfo @@ -1,4 +1,4 @@ -MD5 (astrolog/ast53unx.shr) = 3be257b0bbd25afe53acc6838d09af0b +MD5 (astrolog/ast54unx.shr) = 3d604e013d8a7e2134bc637f17bb2857 MD5 (astrolog/LRZ5_24) = a02e13225eadbe4771edaa1a85c7a3bc MD5 (astrolog/CHI_24) = b2b2643270155c0947ec8a36c24ce9d7 MD5 (astrolog/CPJV_24) = 858e401a8fbf19dda777eb432e176698 diff --git a/misc/astrolog/files/patch-ab b/misc/astrolog/files/patch-ab index 8da349f1e688..47aa54291c93 100644 --- a/misc/astrolog/files/patch-ab +++ b/misc/astrolog/files/patch-ab @@ -1,39 +1,21 @@ -*** astrolog.h.orig Sun Feb 2 23:06:03 1997 ---- astrolog.h Thu May 29 05:06:03 1997 -*************** -*** 82,92 **** - #define ENVIRON /* Comment out this #define if your system doesn't have */ - /* environment variables or can't compile calls to them. */ - -! #define ATOF /* Comment out this #define if you have a system in which */ - /* 'atof' and related functions aren't defined in stdio.h, */ - /* such as most PC's, Linux, VMS compilers, and NeXT's. */ - -! /*#define PROTO /* Comment out this #define if you have an older compiler */ - /* which doesn't allow full Ansi function prototypes. This */ - /* is for programmers only and has no effect on executable. */ - ---- 82,92 ---- - #define ENVIRON /* Comment out this #define if your system doesn't have */ - /* environment variables or can't compile calls to them. */ - -! /*#define ATOF /* Comment out this #define if you have a system in which */ - /* 'atof' and related functions aren't defined in stdio.h, */ - /* such as most PC's, Linux, VMS compilers, and NeXT's. */ - -! #define PROTO /* Comment out this #define if you have an older compiler */ - /* which doesn't allow full Ansi function prototypes. This */ - /* is for programmers only and has no effect on executable. */ - -*************** -*** 131,137 **** ---- 131,139 ---- - */ - - #ifndef PC -+ #ifndef DEFAULT_DIR - #define DEFAULT_DIR "~/astrolog" -+ #endif - #else - #define DEFAULT_DIR "C:\\ASTROLOG" - #endif +--- astrolog.h.orig Wed Dec 23 23:29:51 1998 ++++ astrolog.h Sat Apr 3 05:41:04 1999 +@@ -86,7 +86,7 @@ + /* 'atof' and related functions aren't defined in stdio.h, */ + /* such as most PC's, Linux, VMS compilers, and NeXT's. */ + +-/*#define PROTO /* Comment out this #define if you have an older compiler */ ++#define PROTO /* Comment out this #define if you have an older compiler */ + /* which doesn't allow full Ansi function prototypes. This */ + /* is for programmers only and has no effect on executable. */ + +@@ -131,7 +131,9 @@ + */ + + #ifndef PC ++#ifndef DEFAULT_DIR + #define DEFAULT_DIR "~/astrolog" ++#endif + #else + #define DEFAULT_DIR "C:\\ASTROLOG" + #endif diff --git a/misc/astrolog/pkg-plist b/misc/astrolog/pkg-plist index c26416b4d0b2..c222d650e085 100644 --- a/misc/astrolog/pkg-plist +++ b/misc/astrolog/pkg-plist @@ -3,8 +3,8 @@ lib/astrolog/astrolog.dat lib/astrolog/LRZ5_24 lib/astrolog/CHI_24 lib/astrolog/CPJV_24 -share/doc/astrolog/Helpfile.530 -share/doc/astrolog/README.530 -share/doc/astrolog/Update.530 +share/doc/astrolog/Helpfile.540 +share/doc/astrolog/README.540 +share/doc/astrolog/Update.540 @dirrm lib/astrolog @dirrm share/doc/astrolog |