svn commit: r398247 - in head/astro/nightfall: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Oct 1 03:53:05 UTC 2015


Author: vanilla
Date: Thu Oct  1 03:53:02 2015
New Revision: 398247
URL: https://svnweb.freebsd.org/changeset/ports/398247

Log:
  Upgrade to 1.86, and regen patches.

Added:
  head/astro/nightfall/files/patch-distribute.c   (contents, props changed)
Modified:
  head/astro/nightfall/Makefile
  head/astro/nightfall/distinfo
  head/astro/nightfall/files/patch-Light.c
  head/astro/nightfall/files/patch-Light.h
  head/astro/nightfall/files/patch-LightGLAnimate.c
  head/astro/nightfall/files/patch-LightGnome.c

Modified: head/astro/nightfall/Makefile
==============================================================================
--- head/astro/nightfall/Makefile	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/Makefile	Thu Oct  1 03:53:02 2015	(r398247)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nightfall
-PORTVERSION=	1.70
-PORTREVISION=	12
+PORTVERSION=	1.86
 CATEGORIES=	astro
 MASTER_SITES=	http://www.la-samhna.de/nightfall/
 

Modified: head/astro/nightfall/distinfo
==============================================================================
--- head/astro/nightfall/distinfo	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/distinfo	Thu Oct  1 03:53:02 2015	(r398247)
@@ -1,2 +1,2 @@
-SHA256 (nightfall-1.70.tar.gz) = d282b3d5f90e51284cbfb1619ab54184549eb2a21422ee452d794cded58c14de
-SIZE (nightfall-1.70.tar.gz) = 1457748
+SHA256 (nightfall-1.86.tar.gz) = 2394133c77d512f048198da91a9bf9378887997c4df1a7283e6b91f08dd54e80
+SIZE (nightfall-1.86.tar.gz) = 1479521

Modified: head/astro/nightfall/files/patch-Light.c
==============================================================================
--- head/astro/nightfall/files/patch-Light.c	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/files/patch-Light.c	Thu Oct  1 03:53:02 2015	(r398247)
@@ -1,6 +1,6 @@
---- Light.c.orig	Thu Oct 20 22:54:11 2005
-+++ Light.c	Wed Dec  7 02:43:38 2005
-@@ -275,8 +275,10 @@
+--- Light.c.orig	2014-09-25 08:03:26 UTC
++++ Light.c
+@@ -252,8 +252,10 @@ int main(int argc, char *argv[])
  
    /* >>>>>>>>>>>>>>>>    ALLOCATE MEMORY        <<<<<<<<<<<<<<<<<<<<<  */
  

Modified: head/astro/nightfall/files/patch-Light.h
==============================================================================
--- head/astro/nightfall/files/patch-Light.h	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/files/patch-Light.h	Thu Oct  1 03:53:02 2015	(r398247)
@@ -1,6 +1,6 @@
---- Light.h.orig	Thu Oct 20 22:18:52 2005
-+++ Light.h	Wed Dec  7 02:47:16 2005
-@@ -805,7 +805,9 @@
+--- Light.h.orig	2014-09-25 09:25:17 UTC
++++ Light.h
+@@ -935,7 +935,9 @@ void DefineAxis(double *Min, double *Max
  /*                                                                        */
  /**************************************************************************/
  

Modified: head/astro/nightfall/files/patch-LightGLAnimate.c
==============================================================================
--- head/astro/nightfall/files/patch-LightGLAnimate.c	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/files/patch-LightGLAnimate.c	Thu Oct  1 03:53:02 2015	(r398247)
@@ -1,5 +1,5 @@
---- LightGLAnimate.c.orig	Tue Nov 25 00:21:36 2003
-+++ LightGLAnimate.c	Tue Nov 25 00:24:22 2003
+--- LightGLAnimate.c.orig	2014-05-13 08:45:46 UTC
++++ LightGLAnimate.c
 @@ -25,6 +25,7 @@
  #include <stdio.h>
  #include <stdlib.h>

Modified: head/astro/nightfall/files/patch-LightGnome.c
==============================================================================
--- head/astro/nightfall/files/patch-LightGnome.c	Thu Oct  1 03:14:14 2015	(r398246)
+++ head/astro/nightfall/files/patch-LightGnome.c	Thu Oct  1 03:53:02 2015	(r398247)
@@ -1,6 +1,6 @@
---- LightGnome.c.orig	Thu Oct 27 21:46:52 2005
-+++ LightGnome.c	Wed Dec  7 02:44:36 2005
-@@ -335,7 +335,11 @@
+--- LightGnome.c.orig	2011-11-18 12:47:36 UTC
++++ LightGnome.c
+@@ -333,7 +333,11 @@ gint
     FileType       *dataFile = FileList;
     char   path[256];
  

Added: head/astro/nightfall/files/patch-distribute.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/nightfall/files/patch-distribute.c	Thu Oct  1 03:53:02 2015	(r398247)
@@ -0,0 +1,16 @@
+--- distribute.c.orig	2012-01-25 13:36:01 UTC
++++ distribute.c
+@@ -36,11 +36,11 @@ static char * build_cmdline(int full)
+ {
+   int    i;
+   char   temp[512];
+-  size_t size    = strlen(program_invocation_name) + 1;
++  size_t size    = strlen(g_get_prgname()) + 1;
+   size_t len;
+   char * cmdline = malloc(size);
+   
+-  strncpy(cmdline, program_invocation_name, size);
++  strncpy(cmdline, g_get_prgname(), size);
+   
+   if (full)
+     {


More information about the svn-ports-all mailing list