From owner-svn-ports-all@FreeBSD.ORG Sat May 24 06:03:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ED3AF9F; Sat, 24 May 2014 06:03:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2F22D79; Sat, 24 May 2014 06:03:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4O63aEw097691; Sat, 24 May 2014 06:03:36 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4O63ZLx097688; Sat, 24 May 2014 06:03:35 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201405240603.s4O63ZLx097688@svn.freebsd.org> From: Martin Matuska Date: Sat, 24 May 2014 06:03:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354979 - in head: databases/proftpd-mod_sql_odbc ftp/proftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 06:03:36 -0000 Author: mm Date: Sat May 24 06:03:35 2014 New Revision: 354979 URL: http://svnweb.freebsd.org/changeset/ports/354979 QAT: https://qat.redports.org/buildarchive/r354979/ Log: Bump PORTREVISION to fix builds for proftpd-mod_sql_odbc Modified: head/databases/proftpd-mod_sql_odbc/Makefile head/ftp/proftpd/Makefile Modified: head/databases/proftpd-mod_sql_odbc/Makefile ============================================================================== --- head/databases/proftpd-mod_sql_odbc/Makefile Sat May 24 05:21:11 2014 (r354978) +++ head/databases/proftpd-mod_sql_odbc/Makefile Sat May 24 06:03:35 2014 (r354979) @@ -10,12 +10,13 @@ COMMENT= ODBC ProFTPD module LICENSE= GPLv2 +LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc + DESCR= ${.CURDIR}/pkg-descr LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME} MASTERDIR= ${.CURDIR}/../../ftp/proftpd -LIB_DEPENDS= libiodbc.so.2:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS= LIBS=-liodbc \ LD_LIBRARY_PATH="${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Sat May 24 05:21:11 2014 (r354978) +++ head/ftp/proftpd/Makefile Sat May 24 06:03:35 2014 (r354979) @@ -5,7 +5,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \