Bug 178153 - textproc/libcsv: Update to version 3.0.3
Summary: textproc/libcsv: Update to version 3.0.3
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 19:10 UTC by tkato432
Modified: 2013-04-26 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.82 KB, patch)
2013-04-25 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-25 19:10:02 UTC
- Update to version 3.0.3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-25 19:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-26 14:28:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-26 14:28:45 UTC
Author: miwi
Date: Fri Apr 26 13:28:32 2013
New Revision: 316608
URL: http://svnweb.freebsd.org/changeset/ports/316608

Log:
  - Update to 3.0.3
  
  PR:		178153
  Submitted by:	ports fury

Modified:
  head/textproc/libcsv/Makefile   (contents, props changed)
  head/textproc/libcsv/distinfo   (contents, props changed)

Modified: head/textproc/libcsv/Makefile
==============================================================================
--- head/textproc/libcsv/Makefile	Fri Apr 26 13:25:36 2013	(r316607)
+++ head/textproc/libcsv/Makefile	Fri Apr 26 13:28:32 2013	(r316608)
@@ -2,30 +2,38 @@
 # $FreeBSD$
 
 PORTNAME=	libcsv
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small, simple and fast CSV library
 
-USE_LDCONFIG=	YES
-SHLIB_MAJOR=	3
+LICENSE=	LGPL21
+
+OPTIONS_DEFINE=	PROFILE
+
+MAKEFILE=	Makefile.lib
+USE_LDCONFIG=	yes
+
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 
-MAN3=		csv.3
+SHLIB_MAJOR=	3
+
 MANCOMPRESSED=	maybe
+MAN3=		csv.3
 
-.if defined(NOPROFILE) || defined(NO_PROFILE)
-PLIST_SUB+=	PROFILE="@comment "
-.else
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MPROFILE}
 PLIST_SUB+=	PROFILE=""
+.else
+MAKE_ENV+=	NO_PROFILE=true
+PLIST_SUB+=	PROFILE="@comment "
 .endif
 
-post-patch:
-	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
-	@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
-		${FILESDIR}/Makefile > ${WRKSRC}/Makefile
-	${GUNZIP_CMD} ${WRKSRC}/${MAN3}.gz
+do-configure:
+	@${SED} -e 's|%%SHLIB_MAJOR%%|${SHLIB_MAJOR}|' \
+		< ${FILESDIR}/Makefile > ${WRKSRC}/${MAKEFILE}
 
 .include <bsd.port.mk>

Modified: head/textproc/libcsv/distinfo
==============================================================================
--- head/textproc/libcsv/distinfo	Fri Apr 26 13:25:36 2013	(r316607)
+++ head/textproc/libcsv/distinfo	Fri Apr 26 13:28:32 2013	(r316608)
@@ -1,2 +1,2 @@
-SHA256 (libcsv-3.0.1.tar.gz) = 4955a619d9497ef28c378f2da642fafd27e7df9f9a148cc1f38eccf70c6ef586
-SIZE (libcsv-3.0.1.tar.gz) = 60654
+SHA256 (libcsv-3.0.3.tar.gz) = d9c0431cb803ceb9896ce74f683e6e5a0954e96ae1d9e4028d6e0f967bebd7e4
+SIZE (libcsv-3.0.3.tar.gz) = 331491
_______________________________________________
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"