Date: Fri, 1 Oct 2010 18:52:22 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xfractint Makefile distinfo pkg-plist ports/graphics/xfractint/files patch-Makefile patch-biginit.c patch-common__biginit.c patch-common__fractalb.c patch-common__fractals.c patch-common__frasetup.c patch-common__lsys.c patch-common__lsysf.c ... Message-ID: <201010011852.o91IqM1B094097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2010-10-01 18:52:22 UTC
FreeBSD ports repository
Modified files:
graphics/xfractint Makefile distinfo pkg-plist
graphics/xfractint/files patch-Makefile
Added files:
graphics/xfractint/files patch-common__biginit.c
patch-common__fractalb.c
patch-common__fractals.c
patch-common__frasetup.c
patch-common__lsys.c
patch-common__lsysf.c
patch-common__memory.c
patch-common__miscres.c
patch-common__prompts1.c
patch-common__prompts2.c
patch-common__soi.c
patch-common__soi1.c
patch-headers__port.h
patch-unix__general.c
patch-unix__unixscr.c
Removed files:
graphics/xfractint/files patch-biginit.c patch-editpal.c
patch-fracsubr.c patch-fractalb.c
patch-fractals.c patch-fractint.c
patch-framain2.c patch-frasetup.c
patch-general.c patch-hc.c
patch-jiim.c patch-lsys.c
patch-lsysf.c patch-memory.c
patch-miscovl.c patch-miscres.c
patch-port.h patch-printer.c
patch-prompts1.c patch-prompts2.c
patch-prototyp.h patch-soi.c
patch-soi1.c patch-unixscr.c
Log:
- Update to 20.04p09
- Pass maintainership to Paul B Mahol <onemda@gmail.com>
Submitted by: Paul B Mahol <onemda@gmail.com> (by email)
Revision Changes Path
1.20 +21 -9 ports/graphics/xfractint/Makefile
1.7 +3 -3 ports/graphics/xfractint/distinfo
1.4 +38 -147 ports/graphics/xfractint/files/patch-Makefile
1.2 +0 -12 ports/graphics/xfractint/files/patch-biginit.c (dead)
1.1 +12 -0 ports/graphics/xfractint/files/patch-common__biginit.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__fractalb.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__fractals.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__frasetup.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__lsys.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__lsysf.c (new)
1.1 +9 -0 ports/graphics/xfractint/files/patch-common__memory.c (new)
1.1 +10 -0 ports/graphics/xfractint/files/patch-common__miscres.c (new)
1.1 +11 -0 ports/graphics/xfractint/files/patch-common__prompts1.c (new)
1.1 +20 -0 ports/graphics/xfractint/files/patch-common__prompts2.c (new)
1.1 +21 -0 ports/graphics/xfractint/files/patch-common__soi.c (new)
1.1 +12 -0 ports/graphics/xfractint/files/patch-common__soi1.c (new)
1.2 +0 -46 ports/graphics/xfractint/files/patch-editpal.c (dead)
1.2 +0 -71 ports/graphics/xfractint/files/patch-fracsubr.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-fractalb.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-fractals.c (dead)
1.2 +0 -40 ports/graphics/xfractint/files/patch-fractint.c (dead)
1.2 +0 -14 ports/graphics/xfractint/files/patch-framain2.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-frasetup.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-general.c (dead)
1.2 +0 -133 ports/graphics/xfractint/files/patch-hc.c (dead)
1.1 +20 -0 ports/graphics/xfractint/files/patch-headers__port.h (new)
1.2 +0 -15 ports/graphics/xfractint/files/patch-jiim.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-lsys.c (dead)
1.2 +0 -11 ports/graphics/xfractint/files/patch-lsysf.c (dead)
1.2 +0 -16 ports/graphics/xfractint/files/patch-memory.c (dead)
1.3 +0 -67 ports/graphics/xfractint/files/patch-miscovl.c (dead)
1.2 +0 -18 ports/graphics/xfractint/files/patch-miscres.c (dead)
1.2 +0 -21 ports/graphics/xfractint/files/patch-port.h (dead)
1.2 +0 -54 ports/graphics/xfractint/files/patch-printer.c (dead)
1.3 +0 -29 ports/graphics/xfractint/files/patch-prompts1.c (dead)
1.2 +0 -20 ports/graphics/xfractint/files/patch-prompts2.c (dead)
1.2 +0 -29 ports/graphics/xfractint/files/patch-prototyp.h (dead)
1.3 +0 -21 ports/graphics/xfractint/files/patch-soi.c (dead)
1.2 +0 -12 ports/graphics/xfractint/files/patch-soi1.c (dead)
1.1 +11 -0 ports/graphics/xfractint/files/patch-unix__general.c (new)
1.1 +20 -0 ports/graphics/xfractint/files/patch-unix__unixscr.c (new)
1.3 +0 -53 ports/graphics/xfractint/files/patch-unixscr.c (dead)
1.7 +64 -20 ports/graphics/xfractint/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010011852.o91IqM1B094097>
