Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 21:57:39 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494749 - head/astro/xtide
Message-ID:  <201903052157.x25Lvdlq055855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Mar  5 21:57:39 2019
New Revision: 494749
URL: https://svnweb.freebsd.org/changeset/ports/494749

Log:
  astro/xtide: update MASTER_SITES, general cleanup
  
  * Update MASTER_SITES to follow upstream migration from ftp to https
  * Add missing dependencies
  * Reorder section blocks to pet portlint
  
  PR:	236108
  Submitted by:	samy.mahmoudi@gmail.com

Modified:
  head/astro/xtide/Makefile

Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile	Tue Mar  5 21:57:10 2019	(r494748)
+++ head/astro/xtide/Makefile	Tue Mar  5 21:57:39 2019	(r494749)
@@ -4,7 +4,7 @@
 PORTNAME=	xtide
 PORTVERSION=	2.15.2
 CATEGORIES=	astro geography
-MASTER_SITES=	ftp://ftp.flaterco.com/xtide/
+MASTER_SITES=	https://flaterco.com/files/xtide/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${DISTNAME_TCD}${EXTRACT_SUFX} \
 		${DISTNAME_HARM}${EXTRACT_SUFX}
@@ -18,15 +18,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		compiler:c++0x gmake libtool localbase tar:bzip2
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_tcd_h=yes \
 		ac_cv_lib_tcd_get_tide_db_header=yes
-INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
-
 CFLAGS+=	-Wno-deprecated-declarations
 CPPFLAGS+=	-I${WRKSRC_TCD} $$(libpng-config --I_opts)
 LDFLAGS+=	-L${WRKSRC_TCD}/.libs $$(libpng-config --L_opts)
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		WVS X11
 OPTIONS_DEFAULT=	X11
@@ -34,7 +34,7 @@ OPTIONS_SUB=		yes
 
 WVS_DESC=		Use world vector shoreline data (37MB)
 WVS_DISTFILES=		${DISTNAME_WVS}${EXTRACT_SUFX}
-X11_USE=		xorg=xaw,xpm
+X11_USE=		xorg=ice,sm,x11,xaw,xext,xmu,xpm,xt
 X11_CONFIGURE_WITH=	x
 X11_DESKTOP_ENTRIES=	"XTide" "" "xtide" "xtide" "" ""
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903052157.x25Lvdlq055855>