svn commit: r362987 - head/www/libapreq2

Olli Hauer ohauer at FreeBSD.org
Sat Jul 26 20:55:41 UTC 2014


Author: ohauer
Date: Sat Jul 26 20:55:40 2014
New Revision: 362987
URL: http://svnweb.freebsd.org/changeset/ports/362987
QAT: https://qat.redports.org/buildarchive/r362987/

Log:
  - delete gmake from USES
  - remove dirrmtry line that is no longer used with the new ports framework
  
  PR:		192053
  Submitted by:	pi

Modified:
  head/www/libapreq2/Makefile
  head/www/libapreq2/pkg-plist

Modified: head/www/libapreq2/Makefile
==============================================================================
--- head/www/libapreq2/Makefile	Sat Jul 26 20:11:44 2014	(r362986)
+++ head/www/libapreq2/Makefile	Sat Jul 26 20:55:40 2014	(r362987)
@@ -13,7 +13,7 @@ COMMENT=	Generic Apache2 Request Library
 
 LICENSE=	APACHE20
 
-USES=		gmake libtool
+USES=		libtool
 USE_APACHE=	22+
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf

Modified: head/www/libapreq2/pkg-plist
==============================================================================
--- head/www/libapreq2/pkg-plist	Sat Jul 26 20:11:44 2014	(r362986)
+++ head/www/libapreq2/pkg-plist	Sat Jul 26 20:55:40 2014	(r362987)
@@ -16,4 +16,3 @@ lib/libapreq2.so.3.8.0
 %%APACHEMODDIR%%/mod_apreq2.so
 @dirrm include/apreq2
 @dirrm %%APACHEINCLUDEDIR%%/apreq2
- at dirrmtry %%APACHEINCLUDEDIR%%


More information about the svn-ports-head mailing list