Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 00:32:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r549406 - branches/2020Q3/science/gabedit
Message-ID:  <202009210032.08L0W56r037995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 21 00:32:05 2020
New Revision: 549406
URL: https://svnweb.freebsd.org/changeset/ports/549406

Log:
  MFH: r549400
  
  science/gabedit: Update 2.5.1-061218 -> 2.5.1-300720; Fix build on 13
  
  Reported by:	fallout (breakage on 13)
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/science/gabedit/Makefile
  branches/2020Q3/science/gabedit/distinfo
  branches/2020Q3/science/gabedit/pkg-descr
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/science/gabedit/Makefile
==============================================================================
--- branches/2020Q3/science/gabedit/Makefile	Mon Sep 21 00:31:47 2020	(r549405)
+++ branches/2020Q3/science/gabedit/Makefile	Mon Sep 21 00:32:05 2020	(r549406)
@@ -1,13 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	gabedit
-DISTVERSION=	2.5.1
-PORTREVISION=	4
+DISTVERSION=	2.5.1-300720 # the last number is "snapshot"
 CATEGORIES=	science
-#MASTER_SITES=	http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source
-#DISTNAME=	GabeditSrc${DISTVERSION:S/.//g}
-MASTER_SITES=	https://sites.google.com/site/allouchear/Home/gabedit/download/ # development version now on sites.google.com, browse to the same URL for details
-DISTNAME=	GabeditSrc${DISTVERSION:S/.//g}_061218
+MASTER_SITES=	https://sites.google.com/site/allouchear/Home/gabedit/download/
+DISTNAME=	GabeditSrc${DISTVERSION:C/([0-9])\.([0-9])\.([0-9])-([0-9])/\1\2\3_\4/}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Graphical user interface for several chemistry software packages
@@ -27,6 +24,8 @@ USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pan
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xmu xt
 INSTALLS_ICONS=	yes
+
+CFLAGS+=	-fcommon # change the default because GlobalOrb.h has many common definitions
 
 BINARY_ALIAS=	make=gmake
 

Modified: branches/2020Q3/science/gabedit/distinfo
==============================================================================
--- branches/2020Q3/science/gabedit/distinfo	Mon Sep 21 00:31:47 2020	(r549405)
+++ branches/2020Q3/science/gabedit/distinfo	Mon Sep 21 00:32:05 2020	(r549406)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549823448
-SHA256 (GabeditSrc251_061218.tar.gz) = de47ca3070900e771aad4d2e92bb685ef2f46999efeb1d33f6ce7c96f59c30f4
-SIZE (GabeditSrc251_061218.tar.gz) = 4510133
+TIMESTAMP = 1600638987
+SHA256 (GabeditSrc251_300720.tar.gz) = c9893b0e1de9922615ede665ff8de93517528a4b2429c398e971cea32f771dbd
+SIZE (GabeditSrc251_300720.tar.gz) = 7171216

Modified: branches/2020Q3/science/gabedit/pkg-descr
==============================================================================
--- branches/2020Q3/science/gabedit/pkg-descr	Mon Sep 21 00:31:47 2020	(r549405)
+++ branches/2020Q3/science/gabedit/pkg-descr	Mon Sep 21 00:32:05 2020	(r549406)
@@ -15,4 +15,4 @@ Features:
 * Molecular Dynamics using Amber 99 molecular mechanics or Semi-Empirical
   potentials.
 
-WWW: https://sourceforge.net/projects/gabedit/
+WWW: http://gabedit.sourceforge.net/



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