Bug 175374 - textproc/libsoldout update to 1.3
Summary: textproc/libsoldout update to 1.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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 16:40 UTC by Natacha Porté
Modified: 2013-01-23 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2013-01-17 16:40 UTC, Natacha Porté
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natacha Porté 2013-01-17 16:40:01 UTC
- version 1.3 of libsoldout has been released

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 16:40:30 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 16:40:31 UTC
Maintainer of textproc/libsoldout,

Please note that PR ports/175374 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175374

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-17 16:40:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Natacha Porté 2013-01-17 18:22:37 UTC
Hello,

on Thursday 17 January 2013 at 16:40, Edwin Groothuis wrote:
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

Yes, I approve it (unsurpringly, since I submitted it in the first
place).


Regards,
Natacha
Comment 5 Philippe Audeoud freebsd_committer freebsd_triage 2013-01-18 08:06:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-01-23 13:22:31 UTC
Author: jadawin
Date: Wed Jan 23 13:22:23 2013
New Revision: 310863
URL: http://svnweb.freebsd.org/changeset/ports/310863

Log:
  - Update to 1.3
  
  PR:		ports/175374
  Submitted by:	Natacha Porte <natacha@instinctive.eu> (maintainer)

Modified:
  head/textproc/libsoldout/Makefile   (contents, props changed)
  head/textproc/libsoldout/distinfo   (contents, props changed)
  head/textproc/libsoldout/files/patch-BSDmakefile   (contents, props changed)
  head/textproc/libsoldout/pkg-plist   (contents, props changed)

Modified: head/textproc/libsoldout/Makefile
==============================================================================
--- head/textproc/libsoldout/Makefile	Wed Jan 23 12:52:48 2013	(r310862)
+++ head/textproc/libsoldout/Makefile	Wed Jan 23 13:22:23 2013	(r310863)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libsoldout
-DISTVERSION=	1.2
+DISTVERSION=	1.3
 CATEGORIES=	textproc devel
 MASTER_SITES=	http://instinctive.eu/code/
 
@@ -29,6 +29,7 @@ BROKEN=		does not compile on 6.X
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/libsoldout.so.1 ${PREFIX}/lib
 	${INSTALL_PROGRAM} ${WRKSRC}/mkd2html ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/mkd2latex ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/mkd2man ${PREFIX}/bin
 	cd ${PREFIX}/lib && ${LN} -s libsoldout.so.1 libsoldout.so
 	${MKDIR} ${PREFIX}/include/soldout

Modified: head/textproc/libsoldout/distinfo
==============================================================================
--- head/textproc/libsoldout/distinfo	Wed Jan 23 12:52:48 2013	(r310862)
+++ head/textproc/libsoldout/distinfo	Wed Jan 23 13:22:23 2013	(r310863)
@@ -1,2 +1,2 @@
-SHA256 (libsoldout-1.2.tar.bz2) = 3107d52ae42e32e0a70bb794aad1db97cda0a93216256988d2a6a00f40bda0c7
-SIZE (libsoldout-1.2.tar.bz2) = 30708
+SHA256 (libsoldout-1.3.tar.bz2) = 61daa3f108868420d0f93610f5f8a46aaf9ae93c066ef262d57d37a4a02eafea
+SIZE (libsoldout-1.3.tar.bz2) = 32620

Modified: head/textproc/libsoldout/files/patch-BSDmakefile
==============================================================================
--- head/textproc/libsoldout/files/patch-BSDmakefile	Wed Jan 23 12:52:48 2013	(r310862)
+++ head/textproc/libsoldout/files/patch-BSDmakefile	Wed Jan 23 13:22:23 2013	(r310863)
@@ -12,5 +12,5 @@
 +LDFLAGS?=-g -O3 -Wall -Werror
 +CC?=gcc
  
- all:		libsoldout.so mkd2html mkd2man
+ all:		libsoldout.so mkd2html mkd2latex mkd2man
  

Modified: head/textproc/libsoldout/pkg-plist
==============================================================================
--- head/textproc/libsoldout/pkg-plist	Wed Jan 23 12:52:48 2013	(r310862)
+++ head/textproc/libsoldout/pkg-plist	Wed Jan 23 13:22:23 2013	(r310863)
@@ -1,3 +1,4 @@
+bin/mkd2latex
 bin/mkd2html
 bin/mkd2man
 include/soldout/array.h
_______________________________________________
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 7 Philippe Audeoud freebsd_committer freebsd_triage 2013-01-23 13:26:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!