Bug 157250 - textproc/libupskirt update to 1.1 and website update
Summary: textproc/libupskirt update to 1.1 and website update
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-22 16:40 UTC by Natacha Porté
Modified: 2011-05-22 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2011-05-22 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é 2011-05-22 16:40:08 UTC
- version 1.1 of libupskirt has been released
- the website in package description was obsolete

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-22 16:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-22 17:05:31 UTC
bapt        2011-05-22 16:05:22 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libupskirt  Makefile distinfo pkg-descr pkg-plist 
  Log:
  - update to 1.1
  - update website
  - changes:
    * New features:
        + new callbacks for document prolog and epilog,
        + support of PHP-Markdown-like tables, through 3 new callbacks.
  
    * Several bug fixes, most notably:
        + span-level entities are now correctly recognized in headers,
        + empty ATX-styles header (i.e. lines containing only '#' charcters)
          no longer crash the library
        + empty documents are now correctly handled
        + blackslash escapes work in inline URIs, thereby allowing to include
          ')' characters in such URIs.
  
  PR:             ports/157250
  Submitted by:   Natacha Porté <natacha@instinctive.eu> (upstream)
  
  Revision  Changes    Path
  1.4       +3 -3      ports/textproc/libupskirt/Makefile
  1.4       +2 -2      ports/textproc/libupskirt/distinfo
  1.2       +1 -1      ports/textproc/libupskirt/pkg-descr
  1.2       +1 -1      ports/textproc/libupskirt/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2011-05-22 17:05:49 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!