svn commit: r399806 - head/devel/pkgconf

Dag-Erling Smørgrav des at FreeBSD.org
Tue Oct 20 08:47:32 UTC 2015


Author: des
Date: Tue Oct 20 08:47:30 2015
New Revision: 399806
URL: https://svnweb.freebsd.org/changeset/ports/399806

Log:
  Wrap long line
  
  Approved by:	bapt@

Modified:
  head/devel/pkgconf/Makefile
  head/devel/pkgconf/pkg-descr

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Tue Oct 20 08:11:54 2015	(r399805)
+++ head/devel/pkgconf/Makefile	Tue Oct 20 08:47:30 2015	(r399806)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pkgconf
 PORTVERSION=	0.9.12
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://rabbit.dereferenced.org/~nenolod/distfiles/ \
 		http://files.etoilebsd.net/pkgconf/

Modified: head/devel/pkgconf/pkg-descr
==============================================================================
--- head/devel/pkgconf/pkg-descr	Tue Oct 20 08:11:54 2015	(r399805)
+++ head/devel/pkgconf/pkg-descr	Tue Oct 20 08:47:30 2015	(r399806)
@@ -1,6 +1,6 @@
 pkgconf is a program which helps to configure compiler and linker flags for
 development frameworks. It is similar to pkg-config, but was written from
-scratch in Summer of 2011 to replace pkg-config, which now needs itself to build
-itself.
+scratch in Summer of 2011 to replace pkg-config, which now needs itself to
+build itself.
 
 WWW: https://github.com/pkgconf/pkgconf


More information about the svn-ports-head mailing list