portmaster -r png- error

today after cvsup and read /usr/ports/UPDATING
I see this
Code:
20100328:
  AFFECTS: users of graphics/png
  AUTHOR: dinoex@FreeBSD.org

  The png library has been updated to version 1.4.1.  Please rebuild all
  ports that depend on it.

  If you use portmaster:

        portmaster -r png-

  If you use portupgrade:

        portupgrade -fr graphics/png

but when I run this command
Code:
portmaster -r png-
I see this error
Code:
===>>> No valid installed port, or port directory given
===>>> Try portmaster --help

and this is my
Code:
pkg_info | grep png
and I see this
Code:
evas-loader-png-0.9.9.042_2 A hardware accelerated canvas API (PNG engine)
gstreamer-plugins-libpng-0.10.17,3 Gstreamer png plugin
png-1.2.43          Library for manipulating PNG images
 
There's a bug in portmaster prior to version 2.20 that caused it to not glob correctly. The update to 2.20 fixed this bug, and the original syntax will now work correctly: portmaster -r png-
 
Back
Top