Bug 79835 - update port: devel/ossp-var from 1.1.0 up to 1.1.2
Summary: update port: devel/ossp-var from 1.1.0 up to 1.1.2
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 20:30 UTC by Alex Deiter
Modified: 2005-04-12 22:58 UTC (History)
0 users

See Also:


Attachments
file.diff (140 bytes, patch)
2005-04-12 20:30 UTC, Alex Deiter
no flags Details | Diff
file.diff (323 bytes, patch)
2005-04-12 20:30 UTC, Alex Deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Deiter 2005-04-12 20:30:18 UTC
update port: devel/ossp-var from 1.1.0 up to 1.1.2

Changelog:

  Changes between 1.1.1 and 1.1.2 (12-Sep-2004 to 31-Oct-2004)

   o Cleanup and extend the Unix manual pages var(3) and var-config(1).
     [Ralf S. Engelschall <rse@engelschall.com>]

   o Added minimum C++ support by enclosing API declaration
     into 'extern "C"' scope.
     [Ralf S. Engelschall <rse@engelschall.com>]

   o Various code comment cleanups.
     [Ralf S. Engelschall <rse@engelschall.com>]

   o Fixed dmalloc support.
     [Ralf S. Engelschall <rse@engelschall.com>]

   o Fixed "var-config --libs" output.
     [Ralf S. Engelschall <rse@engelschall.com>]

   o Upgraded build environment to GNU libtool 1.5.10.
     [Ralf S. Engelschall <rse@engelschall.com>]

  Changes between 1.1.0 and 1.1.1 (04-Apr-2004 to 12-Sep-2004)

   o Upgraded build environment to GNU libtool 1.5.8 and GNU shtool 2.0.1
     [Ralf S. Engelschall <rse@engelschall.com>]

Fix: changed files:

PORTNAME=      var
-PORTVERSION=   1.1.0
+PORTVERSION=   1.1.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=    lib/${PORTNAME}
@@ -18,7 +18,7 @@

 USE_GMAKE=     yes
 GNU_CONFIGURE= yes
-USE_LIBTOOL_VER=       13
+USE_LIBTOOL_VER=       15
 INSTALLS_SHLIB=        yes

 .include <bsd.port.pre.mk>
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-12 22:58:49 UTC
State Changed
From-To: open->closed

Committed, thanks!