Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 15:54:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317691 - head/ftp/curlpp
Message-ID:  <201305081554.r48Fst6d073535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May  8 15:54:54 2013
New Revision: 317691
URL: http://svnweb.freebsd.org/changeset/ports/317691

Log:
  - Remove leading indefinite article from COMMENT
  - Restore mis-removed tab between USES= and pathfix
  - Cleanup Makefile header

Modified:
  head/ftp/curlpp/Makefile   (contents, props changed)

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Wed May  8 15:53:18 2013	(r317690)
+++ head/ftp/curlpp/Makefile	Wed May  8 15:54:54 2013	(r317691)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	curlpp
-# Date created:			Nov 27, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	curlpp
 PORTVERSION=	0.7.3
@@ -13,7 +8,7 @@ CATEGORIES=	ftp
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	A C++ wrapper for libcurl
+COMMENT=	C++ wrapper for libcurl
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
@@ -23,8 +18,8 @@ CONFIGURE_ARGS=	--disable-ewarning
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=	pathfix
 USE_LDCONFIG=	yes
+USES=		pathfix
 
 .include <bsd.port.options.mk>
 



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