View | Details | Raw Unified | Return to bug 103954
Collapse All | Expand All

(-)/home/trasz/starplot/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	starplot
8
PORTNAME=	starplot
9
PORTVERSION=	0.95.2
9
PORTVERSION=	0.95.3
10
PORTREVISION=	2
11
CATEGORIES=	astro
10
CATEGORIES=	astro
12
MASTER_SITES=	http://starplot.org/downloads/
11
MASTER_SITES=	http://starplot.org/downloads/
13
12
(-)/home/trasz/starplot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (starplot-0.95.2.tar.gz) = f1380ddfc254791e94301811aaf71a7d
1
MD5 (starplot-0.95.3.tar.gz) = 267573a8155387d5b0399144e5ef4118
2
SHA256 (starplot-0.95.2.tar.gz) = 424faecb530ba718bf60d0cde821ff167a177491d5be9574a5d53f88c7822a33
2
SHA256 (starplot-0.95.3.tar.gz) = bc86c0aaeccbaa8872fa75b5a70f93f75e474aa2b34ae3c4ac7337f82cac099c
3
SIZE (starplot-0.95.2.tar.gz) = 463258
3
SIZE (starplot-0.95.3.tar.gz) = 464419
(-)/home/trasz/starplot/files/patch-src-classes-strings.cc (+11 lines)
Line 0 Link Here
1
--- src/classes/strings.cc.orig	Tue Oct  3 18:28:35 2006
2
+++ src/classes/strings.cc	Tue Oct  3 18:28:44 2006
3
@@ -127,7 +127,7 @@
4
   // return the number of bytes that would have been written even if not
5
   // all of them are.  Hope this is true...
6
   va_start(args, format);
7
-  size_t size = std::vsnprintf(test, 2, format, args);
8
+  size_t size = vsnprintf(test, 2, format, args);
9
   va_end(args);
10
 
11
   // Write the result to a string
(-)/home/trasz/starplot/pkg-plist (-3 / +3 lines)
Lines 12-20 Link Here
12
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/starplot.mo
12
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/starplot.mo
13
%%NLS%%share/locale/en@quot/LC_MESSAGES/starplot.mo
13
%%NLS%%share/locale/en@quot/LC_MESSAGES/starplot.mo
14
%%NLS%%share/locale/es/LC_MESSAGES/starplot.mo
14
%%NLS%%share/locale/es/LC_MESSAGES/starplot.mo
15
share/starplot/sample.stars
15
%%DATADIR%%/sample.stars
16
share/starplot/test.stars
16
%%DATADIR%%/test.stars
17
@dirrm share/starplot
17
@dirrm %%DATADIR%%
18
@dirrm %%EXAMPLESDIR%%
18
@dirrm %%EXAMPLESDIR%%
19
@dirrm %%DOCSDIR%%/html/images
19
@dirrm %%DOCSDIR%%/html/images
20
@dirrm %%DOCSDIR%%/html
20
@dirrm %%DOCSDIR%%/html

Return to bug 103954