svn commit: r345751 - in head/devel/monodevelop-database: . files

Romain Tartière romain at FreeBSD.org
Sun Feb 23 16:14:56 UTC 2014


Author: romain
Date: Sun Feb 23 16:14:55 2014
New Revision: 345751
URL: http://svnweb.freebsd.org/changeset/ports/345751
QAT: https://qat.redports.org/buildarchive/r345751/

Log:
  - Update to 4.2.2
  - Unbreak;
  - Pet portlint;
  - Stage support.

Deleted:
  head/devel/monodevelop-database/files/
Modified:
  head/devel/monodevelop-database/Makefile
  head/devel/monodevelop-database/distinfo
  head/devel/monodevelop-database/pkg-descr

Modified: head/devel/monodevelop-database/Makefile
==============================================================================
--- head/devel/monodevelop-database/Makefile	Sun Feb 23 16:14:11 2014	(r345750)
+++ head/devel/monodevelop-database/Makefile	Sun Feb 23 16:14:55 2014	(r345751)
@@ -1,26 +1,26 @@
-# Created by: Romain Tartiere <romain at blogreen.org>
 # $FreeBSD$
 
 PORTNAME=	monodevelop-database
-PORTVERSION=	3.0.2
-PORTREVISION=	1
+PORTVERSION=	4.2.2
 CATEGORIES=	devel
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-2
 
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	MonoDevelop database support
 
-BROKEN=		Fails to build
+LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext gmake pkgconfig
-USE_GNOME=	gnomehack gtksharp20
+USES=		gettext gmake pathfix pkgconfig
+USE_GNOME=	gtksharp20
+MAKE_JOBS_UNSAFE=yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
 		${WRKSRC}/Makefile.in

Modified: head/devel/monodevelop-database/distinfo
==============================================================================
--- head/devel/monodevelop-database/distinfo	Sun Feb 23 16:14:11 2014	(r345750)
+++ head/devel/monodevelop-database/distinfo	Sun Feb 23 16:14:55 2014	(r345751)
@@ -1,2 +1,2 @@
-SHA256 (monodevelop-database-3.0.2.tar.bz2) = 1d447100f8998016aa7e4601832b6faad8469b5646f3d5d3e45d7b674c6ba925
-SIZE (monodevelop-database-3.0.2.tar.bz2) = 432109
+SHA256 (monodevelop-database-4.2.2-2.tar.bz2) = 6fa77ce58b516ad91513199b39d3a9bd1a08f6a81d253533bd2ace3c9af50cfe
+SIZE (monodevelop-database-4.2.2-2.tar.bz2) = 435543

Modified: head/devel/monodevelop-database/pkg-descr
==============================================================================
--- head/devel/monodevelop-database/pkg-descr	Sun Feb 23 16:14:11 2014	(r345750)
+++ head/devel/monodevelop-database/pkg-descr	Sun Feb 23 16:14:55 2014	(r345751)
@@ -1,3 +1,3 @@
 Database support for MonoDevelop.
 
-WWW:	http://www.monodevelop.org
+WWW: http://www.monodevelop.org


More information about the svn-ports-all mailing list