diff options
author | Patrick Li <pat@FreeBSD.org> | 2004-12-29 23:26:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2004-12-29 23:26:44 +0000 |
commit | da284d160144fb1af8e2139845a678d18735ab2c (patch) | |
tree | 9c853480fd63f900595037e25966ac425720b2d0 /astro/starplot | |
parent | 2924bf10af5fbeab7d3603282cf1134ac9359ff7 (diff) | |
download | ports-da284d160144fb1af8e2139845a678d18735ab2c.tar.gz ports-da284d160144fb1af8e2139845a678d18735ab2c.zip |
Notes
Diffstat (limited to 'astro/starplot')
-rw-r--r-- | astro/starplot/Makefile | 2 | ||||
-rw-r--r-- | astro/starplot/distinfo | 4 | ||||
-rw-r--r-- | astro/starplot/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | astro/starplot/pkg-plist | 3 |
4 files changed, 6 insertions, 16 deletions
diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 50147fd0f128..ec087abda94b 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= starplot -PORTVERSION= 0.95 +PORTVERSION= 0.95.2 CATEGORIES= astro MASTER_SITES= http://starplot.org/downloads/ diff --git a/astro/starplot/distinfo b/astro/starplot/distinfo index dd1769898cfa..40cc2124bc87 100644 --- a/astro/starplot/distinfo +++ b/astro/starplot/distinfo @@ -1,2 +1,2 @@ -MD5 (starplot-0.95.tar.gz) = aa8fb7ebcba8a532f6be774176a4345f -SIZE (starplot-0.95.tar.gz) = 460120 +MD5 (starplot-0.95.2.tar.gz) = f1380ddfc254791e94301811aaf71a7d +SIZE (starplot-0.95.2.tar.gz) = 463258 diff --git a/astro/starplot/files/patch-src::Makefile.in b/astro/starplot/files/patch-src::Makefile.in index 03438ce3a8f9..9fc06f23f866 100644 --- a/astro/starplot/files/patch-src::Makefile.in +++ b/astro/starplot/files/patch-src::Makefile.in @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig Mon Aug 30 09:03:14 2004 -+++ src/Makefile.in Wed Dec 22 21:51:24 2004 +--- src/Makefile.in.orig Mon Dec 27 15:02:38 2004 ++++ src/Makefile.in Wed Dec 29 18:17:19 2004 @@ -92,7 +92,7 @@ starplot_DEPENDENCIES = libstarplot.a ../lib/libcompat.a binSCRIPT_INSTALL = $(INSTALL_SCRIPT) @@ -9,12 +9,3 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mathdefs.Po \ -@@ -263,7 +263,7 @@ - starplot_LDFLAGS = `pkg-config --libs gtk+-2.0` - starconvert_CXXFLAGS = -Wall $(DEFINEFLAGS) - starconvert_LDADD = libstarplot.a ../lib/libcompat.a --starconvert_LDFLAGS = -lm -+starconvert_LDFLAGS = `pkg-config --libs gtk+-2.0` - noinst_HEADERS = classes/colors.h classes/constellations.h classes/greek.h \ - classes/mathdefs.h classes/specclass.h classes/star.h \ - classes/stararray.h classes/strings.h classes/vector3.h \ diff --git a/astro/starplot/pkg-plist b/astro/starplot/pkg-plist index f5ec600c0355..ae96db2b625e 100644 --- a/astro/starplot/pkg-plist +++ b/astro/starplot/pkg-plist @@ -11,8 +11,7 @@ bin/starplot %%EXAMPLESDIR%%/example.spec %%NLS%%share/locale/en@boldquot/LC_MESSAGES/starplot.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/starplot.mo -%%NLS%%share/locale/es_ES/LC_MESSAGES/starplot.mo -%%NLS%%share/locale/es_ES@euro/LC_MESSAGES/starplot.mo +%%NLS%%share/locale/es/LC_MESSAGES/starplot.mo share/starplot/sample.stars share/starplot/test.stars @dirrm share/starplot |