Bug 183109 - [patch update] devel/lfcbase 1.5.7 -> 1.5.8, staging
Summary: [patch update] devel/lfcbase 1.5.7 -> 1.5.8, staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-19 19:10 UTC by Kurt Jaeger
Modified: 2013-10-26 10:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.07 KB, patch)
2013-10-19 19:10 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-10-19 19:10:00 UTC
	Update to 1.5.8, staging support

How-To-Repeat: 	-
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-10-26 09:53:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-26 10:01:59 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-10-26 10:05:44 UTC
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)