Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 19:56:41 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355653 - in head/mail: gmime24 gmime24-sharp
Message-ID:  <201405281956.s4SJufVG038578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed May 28 19:56:41 2014
New Revision: 355653
URL: http://svnweb.freebsd.org/changeset/ports/355653
QAT: https://qat.redports.org/buildarchive/r355653/

Log:
  - Remove hyphen from PKGNAMESUFFIX.
  - Add USES=libtool:oldver.
  - Use USES+= to fix slave port.
  - Remove LATEST_LINK.
  - Remove PTHREAD_CFLAGS.

Modified:
  head/mail/gmime24-sharp/Makefile
  head/mail/gmime24/Makefile

Modified: head/mail/gmime24-sharp/Makefile
==============================================================================
--- head/mail/gmime24-sharp/Makefile	Wed May 28 19:50:30 2014	(r355652)
+++ head/mail/gmime24-sharp/Makefile	Wed May 28 19:56:41 2014	(r355653)
@@ -1,7 +1,7 @@
 # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 PKGNAMESUFFIX=	24-sharp
 

Modified: head/mail/gmime24/Makefile
==============================================================================
--- head/mail/gmime24/Makefile	Wed May 28 19:50:30 2014	(r355652)
+++ head/mail/gmime24/Makefile	Wed May 28 19:56:41 2014	(r355653)
@@ -3,10 +3,10 @@
 
 PORTNAME=	gmime
 PORTVERSION=	2.4.33
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	mail
 MASTER_SITES=	GNOME
-PKGNAMESUFFIX?=	-24
+PKGNAMESUFFIX?=	24
 
 MAINTAINER?=	ahicks@p-o.co.uk
 COMMENT?=	Library (written in C) for parsing and creating messages using MIME
@@ -18,8 +18,8 @@ CONFLICTS=	gmime-1.0.*
 SLAVEDIRS=	mail/gmime2-sharp
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}24
+USES+=		gmake iconv libtool:oldver pathfix pkgconfig tar:xz
 USE_GNOME?=	glib20
-USES=		gmake pathfix pkgconfig iconv tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 # www.freebsd.org/cgi/query-pr.cgi?pr=118092
@@ -29,9 +29,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX
 		--enable-mono=no \
 		--program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;"
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-
-LATEST_LINK?=	${PORTNAME}24
+CPPFLAGS+=	-I${LOCALBASE}/include
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281956.s4SJufVG038578>