Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 10:05:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385614 - head/textproc/sigil
Message-ID:  <201505071005.t47A5cFr023904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May  7 10:05:37 2015
New Revision: 385614
URL: https://svnweb.freebsd.org/changeset/ports/385614

Log:
  textproc/sigil: switch to the new home
  
  Current WWW page at GOOGLE_CODE says:
  
    New Home Page
  
      The new home page for Sigil is http://sigil-ebook.com
  
    Project code moved to Github
  
      The source code for Sigil is no longer being managed on Google
      Code. It is now available on GitHub and can be accessed at
      https://github.com/user-none/Sigil.

Modified:
  head/textproc/sigil/Makefile   (contents, props changed)
  head/textproc/sigil/distinfo   (contents, props changed)
  head/textproc/sigil/pkg-descr   (contents, props changed)

Modified: head/textproc/sigil/Makefile
==============================================================================
--- head/textproc/sigil/Makefile	Thu May  7 10:05:23 2015	(r385613)
+++ head/textproc/sigil/Makefile	Thu May  7 10:05:37 2015	(r385614)
@@ -5,8 +5,6 @@ PORTNAME=	sigil
 PORTVERSION=	0.6.0
 PORTREVISION=	5
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
-DISTNAME=	Sigil-${PORTVERSION}-Code
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	WYSIWYG ePub editor
@@ -18,8 +16,11 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		cmake desktop-file-utils pkgconfig zip
-NO_WRKSUBDIR=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	user-none
+GH_PROJECT=	Sigil
+
+USES=		cmake desktop-file-utils pkgconfig
 USE_QT4=	qmake gui svg webkit xml moc uic rcc imageformats linguist
 
 post-patch:

Modified: head/textproc/sigil/distinfo
==============================================================================
--- head/textproc/sigil/distinfo	Thu May  7 10:05:23 2015	(r385613)
+++ head/textproc/sigil/distinfo	Thu May  7 10:05:37 2015	(r385614)
@@ -1,2 +1,2 @@
-SHA256 (Sigil-0.6.0-Code.zip) = 02b95d3d1d5ad8a186212c6c60ae76fa17a98da83a748965db9546ff51903308
-SIZE (Sigil-0.6.0-Code.zip) = 12907949
+SHA256 (user-none-Sigil-0.6.0_GH0.tar.gz) = 1ed9f614428c67e0418a733997cb4ca039e380fe657d96fabe456314b6ac470a
+SIZE (user-none-Sigil-0.6.0_GH0.tar.gz) = 10361000

Modified: head/textproc/sigil/pkg-descr
==============================================================================
--- head/textproc/sigil/pkg-descr	Thu May  7 10:05:23 2015	(r385613)
+++ head/textproc/sigil/pkg-descr	Thu May  7 10:05:37 2015	(r385614)
@@ -21,4 +21,4 @@ under the OPS spec
   up your code, it will fix it (usually)
 * An actually usable user interface
 
-WWW: http://code.google.com/p/sigil/
+WWW: http://sigil-ebook.com/



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