From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 14:09:04 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 CB522228; Wed, 27 Mar 2013 14:09:04 +0000 (UTC) (envelope-from kwm@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 BCF37FB; Wed, 27 Mar 2013 14:09:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RE94kw030977; Wed, 27 Mar 2013 14:09:04 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2RE94sN030976; Wed, 27 Mar 2013 14:09:04 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303271409.r2RE94sN030976@svn.freebsd.org> From: Koop Mast Date: Wed, 27 Mar 2013 14:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315386 - head/net-im/folks04 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: Wed, 27 Mar 2013 14:09:04 -0000 Author: kwm Date: Wed Mar 27 14:09:04 2013 New Revision: 315386 URL: http://svnweb.freebsd.org/changeset/ports/315386 Log: Add LATEST_LINK [1] While here, switch to USES=pathfix, spell PORTREVISION correct and s/=/+=/ for CPPFLAGS and LDFLAGS Submitted by: erwin [1] Modified: head/net-im/folks04/Makefile Modified: head/net-im/folks04/Makefile ============================================================================== --- head/net-im/folks04/Makefile Wed Mar 27 14:04:31 2013 (r315385) +++ head/net-im/folks04/Makefile Wed Mar 27 14:09:04 2013 (r315386) @@ -4,7 +4,7 @@ PORTNAME= folks PORTVERSION= 0.4.3 -PORTREVISOIN= 1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME @@ -18,14 +18,16 @@ LIB_DEPENDS= gee:${PORTSDIR}/devel/libge CONFLICTS= folks-0.[6-9].[0-9]* +LATEST_LINK= ${PORTNAME}04 USE_BZIP2= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomehier +USES= pathfix +USE_GNOME= intlhack gnomehier USE_GETTEXT= yes GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=22