diff options
author | culot <culot@FreeBSD.org> | 2014-03-17 17:01:44 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-03-17 17:01:44 +0800 |
commit | a7c18bfcd9737843359b9e3af9bbf9089cce4dff (patch) | |
tree | 601bcfdc3e7c787d736f9f0d8a7071b8b90fa377 /UPDATING | |
parent | 8e0fa788785246fba6624eba65f213a94217abc3 (diff) | |
download | freebsd-ports-gnome-a7c18bfcd9737843359b9e3af9bbf9089cce4dff.tar.gz freebsd-ports-gnome-a7c18bfcd9737843359b9e3af9bbf9089cce4dff.tar.zst freebsd-ports-gnome-a7c18bfcd9737843359b9e3af9bbf9089cce4dff.zip |
- Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.
p5-OSSP-uuid only installs the Perl API, hence avoiding to have two
conflicting ports as was the case with ossp-uuid and ossp-uuid-perl.
Suggested by: mat@
Approved by: vd@ (ossp-uuid maintainer, via email)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140317: + AFFECTS: users of misc/ossp-uuid-perl + AUTHOR: culot@FreeBSD.org + + misc/ossp-uuid-perl was replaced by misc/p5-OSSP-uuid. Please do the + following according to package manager used. + + # portmaster -o misc/p5-OSSP-uuid misc/ossp-uuid-perl + or + # portupgrade -fo misc/p5-OSSP-uuid misc/ossp-uuid-perl + or + # pkg set -o misc/p5-OSSP-uuid:misc/ossp-uuid-perl + 20140312: AFFECTS: users of net/openistgt AUTHOR: jpaetzel@FreeBSD.org |