svn commit: r566301 - in head/graphics/xmountains: . files

Alex Kozlov ak at FreeBSD.org
Mon Feb 22 14:56:08 UTC 2021


Author: ak
Date: Mon Feb 22 14:56:07 2021
New Revision: 566301
URL: https://svnweb.freebsd.org/changeset/ports/566301

Log:
  - Update to 2.10
  - Switch MASTER_SITES to https://
  - Update WWW

Deleted:
  head/graphics/xmountains/files/
Modified:
  head/graphics/xmountains/Makefile
  head/graphics/xmountains/distinfo
  head/graphics/xmountains/pkg-descr

Modified: head/graphics/xmountains/Makefile
==============================================================================
--- head/graphics/xmountains/Makefile	Mon Feb 22 14:52:22 2021	(r566300)
+++ head/graphics/xmountains/Makefile	Mon Feb 22 14:56:07 2021	(r566301)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xmountains
-PORTVERSION=	2.9
+PORTVERSION=	2.10
 CATEGORIES=	graphics x11
-MASTER_SITES=	ftp://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \
-		ftp://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/
+MASTER_SITES=	https://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \
+		https://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	ak at FreeBSD.org
 COMMENT=	X11 based fractal landscape generator
 
-NO_WRKSUBDIR=	yes
+WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		xorg
 USE_XORG=	xbitmaps x11
@@ -25,7 +25,9 @@ post-extract:
 	@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
 
 do-build:
-	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} *.c -lX11 -lm -o ${PORTNAME})
+	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \
+		calcalt.c random.c  artist.c global.c xmountains.c X_graphics.c print_alg.c \
+		-lX11 -lm -o ${PORTNAME})
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

Modified: head/graphics/xmountains/distinfo
==============================================================================
--- head/graphics/xmountains/distinfo	Mon Feb 22 14:52:22 2021	(r566300)
+++ head/graphics/xmountains/distinfo	Mon Feb 22 14:56:07 2021	(r566301)
@@ -1,2 +1,3 @@
-SHA256 (xmountains_2.9.orig.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
-SIZE (xmountains_2.9.orig.tar.gz) = 27951
+TIMESTAMP = 1613932039
+SHA256 (xmountains_2.10.orig.tar.gz) = 5a6d4f18b5cb1e0d8482faf5b5b95657edb61f98f3bef2042714d9e0fe487f14
+SIZE (xmountains_2.10.orig.tar.gz) = 1192498

Modified: head/graphics/xmountains/pkg-descr
==============================================================================
--- head/graphics/xmountains/pkg-descr	Mon Feb 22 14:52:22 2021	(r566300)
+++ head/graphics/xmountains/pkg-descr	Mon Feb 22 14:56:07 2021	(r566301)
@@ -3,3 +3,5 @@ random fractal surfaces and displays them in a window.
 program is running the fractal is continuously extended on the right
 and the image is scrolled from right to left to expose the newly
 generated area.
+
+WWW: https://spbooth.github.io/xmountains/


More information about the svn-ports-all mailing list