diff options
author | pat <pat@FreeBSD.org> | 2001-12-18 05:02:23 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-18 05:02:23 +0800 |
commit | 0a6eeb1c88eb2a1ef24bbb25f4583724302b4dc4 (patch) | |
tree | 267aa8aec09bd181ee482ddcc13abe4bee68ab69 /astro | |
parent | 6d0eb525e83ebfe4d89f393292f8d918cd95fd2c (diff) | |
download | freebsd-ports-gnome-0a6eeb1c88eb2a1ef24bbb25f4583724302b4dc4.tar.gz freebsd-ports-gnome-0a6eeb1c88eb2a1ef24bbb25f4583724302b4dc4.tar.zst freebsd-ports-gnome-0a6eeb1c88eb2a1ef24bbb25f4583724302b4dc4.zip |
Update to 0.9.3
Diffstat (limited to 'astro')
-rw-r--r-- | astro/spacechart/Makefile | 10 | ||||
-rw-r--r-- | astro/spacechart/distinfo | 2 | ||||
-rw-r--r-- | astro/spacechart/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | astro/spacechart/pkg-descr | 2 | ||||
-rw-r--r-- | astro/spacechart/pkg-plist | 5 |
5 files changed, 15 insertions, 16 deletions
diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 5cfb9cc2245e..1b68ccd460af 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -6,21 +6,19 @@ # PORTNAME= spacechart -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= astro -MASTER_SITES= http://zipi.fi.upm.es/~e970095/spacechart/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOMELIBS= yes -CONFIGURE_ARGS= --without-included-gettext +CONFIGURE_ARGS= --without-included-gettext --datadir=${PREFIX}/share # trick it into using ports installed gettext post-patch: diff --git a/astro/spacechart/distinfo b/astro/spacechart/distinfo index e256a52fbb96..be0fdfe3cef1 100644 --- a/astro/spacechart/distinfo +++ b/astro/spacechart/distinfo @@ -1 +1 @@ -MD5 (spacechart-0_9_2.tgz) = 80789375b11adda68728241e52900631 +MD5 (spacechart-0.9.3.tar.gz) = 566888154cc9918121a97747ba2c89fd diff --git a/astro/spacechart/files/patch-Makefile.in b/astro/spacechart/files/patch-Makefile.in index 26c8ef15aa83..a75043a14df6 100644 --- a/astro/spacechart/files/patch-Makefile.in +++ b/astro/spacechart/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Mon Aug 20 15:30:33 2001 -+++ Makefile.in Mon Aug 20 15:30:47 2001 -@@ -105,7 +105,7 @@ +--- Makefile.in.orig Mon Dec 17 00:21:35 2001 ++++ Makefile.in Mon Dec 17 00:21:46 2001 +@@ -109,7 +109,7 @@ + cflags_set = @cflags_set@ cxxflags_set = @cxxflags_set@ - l = @l@ -SUBDIRS = src include po intl data pixmaps +SUBDIRS = src include po data pixmaps + + EXTRA_DIST = spacechartrc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h diff --git a/astro/spacechart/pkg-descr b/astro/spacechart/pkg-descr index ad68195b27e7..bbf20e4b155a 100644 --- a/astro/spacechart/pkg-descr +++ b/astro/spacechart/pkg-descr @@ -4,5 +4,5 @@ limit which stars you want to see, according to their spectral class and luminosity, and draw links between all stars closer than a certain distance. -WWW: http://zipi.fi.upm.es/~e970095/spacechart/ +WWW: http://spacechart.sourceforge.net/ Author: Miguel Coca <e970095@zipi.fi.upm.es> diff --git a/astro/spacechart/pkg-plist b/astro/spacechart/pkg-plist index 34a8d57fb6af..088bb3088913 100644 --- a/astro/spacechart/pkg-plist +++ b/astro/spacechart/pkg-plist @@ -1,4 +1,5 @@ bin/spacechart +etc/spacechartrc share/locale/es/LC_MESSAGES/spacechart.mo -share/gnome/spacechart/gliese.dat -@dirrm share/gnome/spacechart +share/spacechart/gliese.dat +@dirrm share/spacechart |