1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Updating ucspi-ipc to 0.67. This is a bugfix release.

Changes:
        * Add compatibility macros for older Perl.
        * Don't leak pointer returned from eval_pv.
        * Don't fail on setsid if already group leader (Gabriel Russell).
        * Test with relative paths.
        * Support partial compilation and testing.
        * Replace trunc with lop to avoid builtin conflict.
        * Avoid daemontools in rts.
        * Completely generic package/ scripts.
        * Stop Perl 5.8.5 from warning about freeing temporaries.
        * Partial-install bug fix in package/upgrade.

PR:		89604
Submitted by:	maintainer
This commit is contained in:
Tilman Keskinoz 2005-11-27 10:06:52 +00:00
parent 108c3aacc8
commit bb016ac653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149662
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ucspi-ipc
PORTVERSION= 0.63
PORTVERSION= 0.67
CATEGORIES= sysutils
MASTER_SITES= http://www.superscript.com/ucspi-ipc/

View File

@ -1,2 +1,3 @@
MD5 (ucspi-ipc-0.63.tar.gz) = df518cd5a86e9b5aa8efd4aa0479e6d8
SIZE (ucspi-ipc-0.63.tar.gz) = 50927
MD5 (ucspi-ipc-0.67.tar.gz) = 68439fc45f7a52a481667aebe14b3a33
SHA256 (ucspi-ipc-0.67.tar.gz) = 950c970d4bea7377b75c8bba97149b1659f6066c5a796fbb2f764ca50a4d9e8b
SIZE (ucspi-ipc-0.67.tar.gz) = 51281