svn commit: r373801 - in head/x11/decurs: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 3 08:43:09 UTC 2014


Author: danfe
Date: Wed Dec  3 08:43:07 2014
New Revision: 373801
URL: https://svnweb.freebsd.org/changeset/ports/373801
QAT: https://qat.redports.org/buildarchive/r373801/

Log:
  - Move the project over to GitHub, together with our patches
  - Set EXTRACT_SUFX to prevent clobbering of the original distfile
  - Relinquish control: should be stable enough now to fly solo

Deleted:
  head/x11/decurs/files/patch-src-cppstring.cc
Modified:
  head/x11/decurs/Makefile
  head/x11/decurs/distinfo
  head/x11/decurs/pkg-descr

Modified: head/x11/decurs/Makefile
==============================================================================
--- head/x11/decurs/Makefile	Wed Dec  3 03:01:58 2014	(r373800)
+++ head/x11/decurs/Makefile	Wed Dec  3 08:43:07 2014	(r373801)
@@ -5,28 +5,28 @@ PORTNAME=	decurs
 PORTVERSION=	0.55.1
 PORTREVISION=	12
 CATEGORIES=	x11
-MASTER_SITES=	http://freebsd.nsu.ru/distfiles/ \
-		#http://varg.dyndns.org/psi/files/
+EXTRACT_SUFX=	_.tar.gz	# prevent clobbering of the original distfile
 
-MAINTAINER=	danfe at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple X11 mouse cursor editor
 
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20
 
-USES=		dos2unix pkgconfig
-DOS2UNIX_FILES=	src/cppstring.cc
+USE_GITHUB=	yes
+GH_ACCOUNT=	danfe
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	10c5691
+
+USES=		pkgconfig
+GNU_CONFIGURE=	yes
 USE_XORG=	x11
 USE_GNOME=	gtk20
-GNU_CONFIGURE=	yes
 
 post-patch:
-	@${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
+	@${SED} -e 's:%%PREFIX%%:${PREFIX}:' \
 		${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec
-	@${REINPLACE_CMD} -E 's/^\/\/ friend// ; \
-		s/([^:])ostream/\1std::ostream/g ; \
-		s/CppString \&str/const &/' ${WRKSRC}/src/cppstring.hh
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/decurs \

Modified: head/x11/decurs/distinfo
==============================================================================
--- head/x11/decurs/distinfo	Wed Dec  3 03:01:58 2014	(r373800)
+++ head/x11/decurs/distinfo	Wed Dec  3 08:43:07 2014	(r373801)
@@ -1,2 +1,2 @@
-SHA256 (decurs-0.55.1.tar.gz) = 28524b864f64c36b0b14759153a5d5409f17ff9e698af3c60986ffdd07092f5f
-SIZE (decurs-0.55.1.tar.gz) = 155218
+SHA256 (decurs-0.55.1_.tar.gz) = d306956b8df6d65c75f1d96e370c8a5b16f1c6966c3255fff8e332286406f15d
+SIZE (decurs-0.55.1_.tar.gz) = 159160

Modified: head/x11/decurs/pkg-descr
==============================================================================
--- head/x11/decurs/pkg-descr	Wed Dec  3 03:01:58 2014	(r373800)
+++ head/x11/decurs/pkg-descr	Wed Dec  3 08:43:07 2014	(r373801)
@@ -1,3 +1,5 @@
 DeCurs is a GTK+ based program that lets you edit you X11 mouse cursors.
 It reads them from BDF-formatted font files.  Now don't worry, it comes
 with one handy.
+
+WWW: https://github.com/danfe/decurs


More information about the svn-ports-head mailing list