Date: Sat, 5 Jul 2014 16:32:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360773 - in head/databases/flamerobin: . files Message-ID: <201407051632.s65GWg9G037634@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jul 5 16:32:41 2014 New Revision: 360773 URL: http://svnweb.freebsd.org/changeset/ports/360773 QAT: https://qat.redports.org/buildarchive/r360773/ Log: databases/flamerobin: Stage, indicate license, DF support (dports) Added: head/databases/flamerobin/files/patch-configure (contents, props changed) Modified: head/databases/flamerobin/Makefile head/databases/flamerobin/pkg-plist Modified: head/databases/flamerobin/Makefile ============================================================================== --- head/databases/flamerobin/Makefile Sat Jul 5 16:31:08 2014 (r360772) +++ head/databases/flamerobin/Makefile Sat Jul 5 16:32:41 2014 (r360773) @@ -3,13 +3,18 @@ PORTNAME= flamerobin PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org -COMMENT= The GUI administration tool for firebird database +MAINTAINER= ports@FreeBSD.org +COMMENT= GUI administration tool for firebird database + +LICENSE= expat +LICENSE_NAME= FlameRobin Expat +LICENSE_FILE= ${WRKSRC}/docs/fr_license.html +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_FIREBIRD= yes USE_WX= 2.8+ @@ -22,12 +27,5 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message -MAN1= flamerobin.1 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -post-install: - @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> Added: head/databases/flamerobin/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/flamerobin/files/patch-configure Sat Jul 5 16:32:41 2014 (r360773) @@ -0,0 +1,18 @@ +--- configure.orig 2008-10-22 09:36:24.000000000 +0000 ++++ configure +@@ -7361,6 +7361,7 @@ EOF + ;; + + powerpc-apple-macos* | \ ++ *-*-dragonfly* | \ + *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \ + *-*-mirbsd* | \ + *-*-sunos4* | \ +@@ -7404,6 +7405,7 @@ echo "$as_me: error: unknown system type + SONAME_FLAG= + + case "${BAKEFILE_HOST}" in ++ *-*-dragonfly | \ + *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ + *-*-k*bsd*-gnu | *-*-mirbsd* ) + if test "x$SUNCXX" = "xyes"; then Modified: head/databases/flamerobin/pkg-plist ============================================================================== --- head/databases/flamerobin/pkg-plist Sat Jul 5 16:31:08 2014 (r360772) +++ head/databases/flamerobin/pkg-plist Sat Jul 5 16:32:41 2014 (r360773) @@ -1,4 +1,5 @@ bin/flamerobin +man/man1/flamerobin.1.gz %%DATADIR%%/conf-defs/db_settings.confdef %%DATADIR%%/conf-defs/fr_settings.confdef %%DATADIR%%/docs/fr_license.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051632.s65GWg9G037634>