Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 02:02:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383688 - head/graphics/xpdf
Message-ID:  <201504100202.t3A22Lci072503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Apr 10 02:02:21 2015
New Revision: 383688
URL: https://svnweb.freebsd.org/changeset/ports/383688

Log:
  Document CPE, license.
  
  PR:		 199337
  Submitted by:	mp39590@gmail.com

Modified:
  head/graphics/xpdf/Makefile

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Fri Apr 10 01:54:02 2015	(r383687)
+++ head/graphics/xpdf/Makefile	Fri Apr 10 02:02:21 2015	(r383688)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	3.04
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics print
 MASTER_SITES=	http://mirrors.rit.edu/zi/ \
 		ftp://ftp.foolabs.com/pub/xpdf/ \
@@ -13,11 +13,14 @@ MASTER_SITE_SUBDIR=	support/xpdf
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Display PDF files and convert them to other formats
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake cpe
+CPE_VENDOR=	foolabs
 CFLAGS+=	-I${LOCALBASE}/include -O0
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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