svn commit: r344381 - head/x11-toolkits/gtk-sharp-beans
Romain Tartière
romain at FreeBSD.org
Sat Feb 15 13:01:42 UTC 2014
Author: romain
Date: Sat Feb 15 13:01:41 2014
New Revision: 344381
URL: http://svnweb.freebsd.org/changeset/ports/344381
QAT: https://qat.redports.org/buildarchive/r344381/
Log:
- Fix build (MAKE_JOBS_UNSAFE);
- Stagify;
- Make portlint happier (including setting license, so bump PORTREVISION).
Modified:
head/x11-toolkits/gtk-sharp-beans/Makefile
head/x11-toolkits/gtk-sharp-beans/pkg-descr
Modified: head/x11-toolkits/gtk-sharp-beans/Makefile
==============================================================================
--- head/x11-toolkits/gtk-sharp-beans/Makefile Sat Feb 15 12:56:16 2014 (r344380)
+++ head/x11-toolkits/gtk-sharp-beans/Makefile Sat Feb 15 13:01:41 2014 (r344381)
@@ -2,20 +2,23 @@
PORTNAME= gtk-sharp-beans
PORTVERSION= 2.14.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
MAINTAINER= mono at FreeBSD.org
COMMENT= Extensions on top of GTK-sharp
+LICENSE= LGPL21
+
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_BZIP2= yes
+MAKE_JOBS_UNSAFE=yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-extract:
Modified: head/x11-toolkits/gtk-sharp-beans/pkg-descr
==============================================================================
--- head/x11-toolkits/gtk-sharp-beans/pkg-descr Sat Feb 15 12:56:16 2014 (r344380)
+++ head/x11-toolkits/gtk-sharp-beans/pkg-descr Sat Feb 15 13:01:41 2014 (r344381)
@@ -4,4 +4,4 @@ the blings and desktop integration stuff
It builds on top of Gtk# and extend it by adding new classes and extension
methods.
-WWW: http://gitorious.org/gtk-sharp-beans
+WWW: http://gitorious.org/gtk-sharp-beans
More information about the svn-ports-all
mailing list