Bug 182253 - devel/liblognorm, port upgrade
Summary: devel/liblognorm, port upgrade
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 20:00 UTC by pauls
Modified: 2013-09-22 12:53 UTC (History)
0 users

See Also:


Attachments
liblognorm.diff (778 bytes, patch)
2013-09-20 20:00 UTC, pauls
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2013-09-20 20:00:00 UTC
	devel/liblognorm, upgrade port to new version
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 11:01:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-22 11:02:43 UTC
Author: sunpoet
Date: Sun Sep 22 10:02:36 2013
New Revision: 327860
URL: http://svnweb.freebsd.org/changeset/ports/327860

Log:
  - Update to 0.37
  
  Changes:	http://www.liblognorm.com/news/
  PR:		ports/182253
  Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)

Modified:
  head/devel/liblognorm/Makefile
  head/devel/liblognorm/distinfo   (contents, props changed)

Modified: head/devel/liblognorm/Makefile
==============================================================================
--- head/devel/liblognorm/Makefile	Sun Sep 22 10:00:21 2013	(r327859)
+++ head/devel/liblognorm/Makefile	Sun Sep 22 10:02:36 2013	(r327860)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	liblognorm
-PORTVERSION=	0.3.5
+PORTVERSION=	0.3.7
 CATEGORIES=	devel net security
 MASTER_SITES=	http://www.liblognorm.com/download/files/download/
 
@@ -16,9 +16,9 @@ LIB_DEPENDS=	libee.so:${PORTSDIR}/devel/
 USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+NO_STAGE=	yes
 
 # Try to fix parallel (-jX) builds
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \

Modified: head/devel/liblognorm/distinfo
==============================================================================
--- head/devel/liblognorm/distinfo	Sun Sep 22 10:00:21 2013	(r327859)
+++ head/devel/liblognorm/distinfo	Sun Sep 22 10:02:36 2013	(r327860)
@@ -1,2 +1,2 @@
-SHA256 (liblognorm-0.3.5.tar.gz) = 5714f145b379adb64fe1d87ea6adec9e8d91e5fe1bc0654febb85960dc34dd06
-SIZE (liblognorm-0.3.5.tar.gz) = 322410
+SHA256 (liblognorm-0.3.7.tar.gz) = b000ab7aab9ed3d7a2c23303463b5bcceb7bb6538714bd41248d02913a82e223
+SIZE (liblognorm-0.3.7.tar.gz) = 346903
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 12:53:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!