From owner-svn-ports-head@FreeBSD.ORG Tue Apr 16 16:00:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83223499; Tue, 16 Apr 2013 16:00:10 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 74F98320; Tue, 16 Apr 2013 16:00:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3GG0AAE006603; Tue, 16 Apr 2013 16:00:10 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3GG09lk006590; Tue, 16 Apr 2013 16:00:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201304161600.r3GG09lk006590@svn.freebsd.org> From: Rene Ladan Date: Tue, 16 Apr 2013 16:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315830 - in head: databases/akonadi-googledata deskutils/libgcal graphics/ipe science/avogadro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 16:00:10 -0000 Author: rene Date: Tue Apr 16 16:00:08 2013 New Revision: 315830 URL: http://svnweb.freebsd.org/changeset/ports/315830 Log: - Reset maintainer [1] While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes Modified: head/databases/akonadi-googledata/Makefile head/databases/akonadi-googledata/pkg-descr (contents, props changed) head/deskutils/libgcal/Makefile head/deskutils/libgcal/pkg-descr (contents, props changed) head/graphics/ipe/Makefile (contents, props changed) head/graphics/ipe/pkg-descr (contents, props changed) head/science/avogadro/Makefile Modified: head/databases/akonadi-googledata/Makefile ============================================================================== --- head/databases/akonadi-googledata/Makefile Tue Apr 16 15:53:32 2013 (r315829) +++ head/databases/akonadi-googledata/Makefile Tue Apr 16 16:00:08 2013 (r315830) @@ -1,9 +1,5 @@ -# New ports collection makefile for: akonadi-googledata -# Date created: 2009-08-16 -# Whom: Troels Kofoed Jacobsen -# +# Created by: Troels Kofoed Jacobsen # $FreeBSD$ -# PORTNAME= akonadi-googledata PORTVERSION= 1.2.0 @@ -11,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://libgcal.googlecode.com/files/ -MAINTAINER= tkjacobsen@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Akonadi Resources for Google Contacts and Calendar LIB_DEPENDS= gcal:${PORTSDIR}/deskutils/libgcal Modified: head/databases/akonadi-googledata/pkg-descr ============================================================================== --- head/databases/akonadi-googledata/pkg-descr Tue Apr 16 15:53:32 2013 (r315829) +++ head/databases/akonadi-googledata/pkg-descr Tue Apr 16 16:00:08 2013 (r315830) @@ -1,4 +1,4 @@ Google contacts and calendar akonadi resource. It allows syncing your calendar and contacts with your google account. -WWW: http://code.google.com/p/libgcal/ +WWW: http://code.google.com/p/libgcal/ Modified: head/deskutils/libgcal/Makefile ============================================================================== --- head/deskutils/libgcal/Makefile Tue Apr 16 15:53:32 2013 (r315829) +++ head/deskutils/libgcal/Makefile Tue Apr 16 16:00:08 2013 (r315830) @@ -6,16 +6,16 @@ PORTVERSION= 0.9.6 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= tkjacobsen@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library allowing communication with Google calendar and contacts +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ iconv:${PORTSDIR}/converters/libiconv \ xml2:${PORTSDIR}/textproc/libxml2 -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYING - USE_BZIP2= yes USES= cmake CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \ @@ -23,10 +23,4 @@ CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBA USE_LDCONFIG= yes USE_GCC= 4.2+ -.include - -.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000) -BROKEN= does not link -.endif - -.include +.include Modified: head/deskutils/libgcal/pkg-descr ============================================================================== --- head/deskutils/libgcal/pkg-descr Tue Apr 16 15:53:32 2013 (r315829) +++ head/deskutils/libgcal/pkg-descr Tue Apr 16 16:00:08 2013 (r315830) @@ -1,4 +1,4 @@ An ANSI C library allowing communication with google calendar and contacts, useful if you need to support this in a C or C++ application. -WWW: http://code.google.com/p/libgcal/ +WWW: http://code.google.com/p/libgcal/ Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Tue Apr 16 15:53:32 2013 (r315829) +++ head/graphics/ipe/Makefile Tue Apr 16 16:00:08 2013 (r315830) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ipe -# Date created: October 25 2000 -# Whom: bremner@unb.ca -# +# Created by: bremner@unb.ca # $FreeBSD$ -# PORTNAME= ipe DISTVERSION= 7.1.2 @@ -13,10 +9,10 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}7/${PORTNAME}/7.1.0 DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= tkjacobsen@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Extensible drawing editor -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src @@ -24,11 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVER USE_LDCONFIG= yes USE_LUA= 5.1 USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= yes USE_QT4= gui qt3support qmake_build moc_build uic_build rcc_build MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 ipescript.1 -.if defined(NOPORTDOCS) +.include + +.if ! ${PORT_OPTIONS:MDOCS} EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ipe__Makefile .endif Modified: head/graphics/ipe/pkg-descr ============================================================================== --- head/graphics/ipe/pkg-descr Tue Apr 16 15:53:32 2013 (r315829) +++ head/graphics/ipe/pkg-descr Tue Apr 16 16:00:08 2013 (r315830) @@ -3,4 +3,4 @@ Postscript format. It supports making sm into LaTeX-documents as well as making multi-page PDF presentations that can be shown on-line with Acrobat Reader. -WWW: http://tclab.kaist.ac.kr/ipe/ +WWW: http://tclab.kaist.ac.kr/ipe/ Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Tue Apr 16 15:53:32 2013 (r315829) +++ head/science/avogadro/Makefile Tue Apr 16 16:00:08 2013 (r315830) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF -MAINTAINER= tkjacobsen@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Advanced molecular editor and viewer BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 @@ -44,13 +44,7 @@ CMAKE_ARGS+= -DENABLE_PYTHON=OFF PLIST_SUB+= PYTHON="@comment " .endif -.include - -.if ${OSVERSION} < 700013 -BROKEN= requires posix_memalign -.endif - post-patch: @${REINPLACE_CMD} 's|share/man|man|' ${WRKSRC}/doc/CMakeLists.txt -.include +.include