Update to 1.5.8, staging support How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->antoine take
Author: antoine Date: Sat Oct 26 09:01:51 2013 New Revision: 331665 URL: http://svnweb.freebsd.org/changeset/ports/331665 Log: - Update to 1.5.8 - Convert to STAGEDIR PR: ports/183109 Submitted by: Kurt Jaeger (maintainer) Modified: head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sat Oct 26 09:01:23 2013 (r331664) +++ head/devel/lfcbase/Makefile Sat Oct 26 09:01:51 2013 (r331665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sat Oct 26 09:01:23 2013 (r331664) +++ head/devel/lfcbase/distinfo Sat Oct 26 09:01:51 2013 (r331665) @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.5.7.tar.gz) = 011e326e089e2001275935e7ce4574e1452cbf529d2b896d4a54d577f67428f7 -SIZE (lfcbase-1.5.7.tar.gz) = 468629 +SHA256 (lfcbase-1.5.8.tar.gz) = 3adea6cd01cc6b8257afda4e1a679b7bac94537d8e345062e5aff35cd0de7c89 +SIZE (lfcbase-1.5.8.tar.gz) = 468669 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch committed, thanks! In future updates, you may consider removing the autoconf dependency (it seems to build fine without it)