svn commit: r309268 - head/devel/lfc

Pawel Pekala pawel at FreeBSD.org
Wed Dec 19 21:11:11 UTC 2012


Author: pawel
Date: Wed Dec 19 21:11:10 2012
New Revision: 309268
URL: http://svnweb.freebsd.org/changeset/ports/309268

Log:
  - Update to version 1.3.5 [1]
  - Respect CXXFLAGS
  
  PR:		ports/174551
  Submitted by:	Kurt Jaeger <fbsd-ports at opsec.eu> (maintainer)

Modified:
  head/devel/lfc/Makefile
  head/devel/lfc/distinfo

Modified: head/devel/lfc/Makefile
==============================================================================
--- head/devel/lfc/Makefile	Wed Dec 19 21:00:03 2012	(r309267)
+++ head/devel/lfc/Makefile	Wed Dec 19 21:11:10 2012	(r309268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfc
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -15,4 +15,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf:env
 
+post-patch:
+	@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
+
 .include <bsd.port.mk>

Modified: head/devel/lfc/distinfo
==============================================================================
--- head/devel/lfc/distinfo	Wed Dec 19 21:00:03 2012	(r309267)
+++ head/devel/lfc/distinfo	Wed Dec 19 21:11:10 2012	(r309268)
@@ -1,2 +1,2 @@
-SHA256 (lfc-1.3.4.tar.gz) = 95f630c2aeca60502e41e8dfca61c0324ea92148d06565fa7b21c813df6d5b1b
-SIZE (lfc-1.3.4.tar.gz) = 213830
+SHA256 (lfc-1.3.5.tar.gz) = dc0acd2dfe3451f91072f7ce05e9515d06f48bcbcbf11e191fe59b135b9ea106
+SIZE (lfc-1.3.5.tar.gz) = 173339


More information about the svn-ports-all mailing list