Bug 185608 - [MAINTAINER-UPDATE] textproc/freexl: update to 1.0.0g
Summary: [MAINTAINER-UPDATE] textproc/freexl: update to 1.0.0g
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 13:40 UTC by Loïc Bartoletti
Modified: 2014-01-16 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2014-01-09 13:40 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2014-01-09 13:40:00 UTC
Update textproc/freexl to 1.0.0g
Add staging

Redports' logs:
https://redports.org/buildarchive/20140109124901-75776/

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-01-16 17:09:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-16 18:06:00 UTC
Author: pawel
Date: Thu Jan 16 18:05:51 2014
New Revision: 339952
URL: http://svnweb.freebsd.org/changeset/ports/339952
QAT: https://qat.redports.org/buildarchive/r339952/

Log:
  - Update to version 1.0.0g [1]
  - Allow staging [1]
  - Fix WWW: line
  
  PR:		ports/185608 [1]
  Submitted by:	maintainer

Modified:
  head/textproc/freexl/Makefile
  head/textproc/freexl/distinfo   (contents, props changed)
  head/textproc/freexl/pkg-descr   (contents, props changed)

Modified: head/textproc/freexl/Makefile
==============================================================================
--- head/textproc/freexl/Makefile	Thu Jan 16 18:04:57 2014	(r339951)
+++ head/textproc/freexl/Makefile	Thu Jan 16 18:05:51 2014	(r339952)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freexl
-DISTVERSION=	1.0.0f
+DISTVERSION=	1.0.0g
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/freexl-sources/
 
@@ -18,7 +18,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB
 CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
 		${WRKSRC}/Makefile.in

Modified: head/textproc/freexl/distinfo
==============================================================================
--- head/textproc/freexl/distinfo	Thu Jan 16 18:04:57 2014	(r339951)
+++ head/textproc/freexl/distinfo	Thu Jan 16 18:05:51 2014	(r339952)
@@ -1,2 +1,2 @@
-SHA256 (freexl-1.0.0f.tar.gz) = 1dfcfb3b9c0125e0baf2f0c227c102012a3d82652c8f1ae3dd719adce334fae8
-SIZE (freexl-1.0.0f.tar.gz) = 926394
+SHA256 (freexl-1.0.0g.tar.gz) = cf2b110f5fc7089fa61c7421f59caa4125b13087b4686ed82dba7abedf2ec266
+SIZE (freexl-1.0.0g.tar.gz) = 928371

Modified: head/textproc/freexl/pkg-descr
==============================================================================
--- head/textproc/freexl/pkg-descr	Thu Jan 16 18:04:57 2014	(r339951)
+++ head/textproc/freexl/pkg-descr	Thu Jan 16 18:05:51 2014	(r339952)
@@ -12,4 +12,4 @@ alignments, and most formats. It ignores
 Basic macros and so on. FreeXL is structurally simple and quite light-weight 
 (typically 40-80K of object code, stripped).
 
-WWW:    https://www.gaia-gis.it/fossil/freexl/index
+WWW: https://www.gaia-gis.it/fossil/freexl/index
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2014-01-16 18:06:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!