svn commit: r389020 - head/print/cups-base
Xin LI
delphij at FreeBSD.org
Wed Jun 10 05:33:33 UTC 2015
Author: delphij
Date: Wed Jun 10 05:33:31 2015
New Revision: 389020
URL: https://svnweb.freebsd.org/changeset/ports/389020
Log:
Add a missing file to plist when Avahi is selected.
Modified:
head/print/cups-base/Makefile
head/print/cups-base/pkg-plist
Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile Wed Jun 10 05:27:52 2015 (r389019)
+++ head/print/cups-base/Makefile Wed Jun 10 05:33:31 2015 (r389020)
@@ -67,7 +67,7 @@ PORTREVISION= 1
CUPS_SUFFIX= -image
LICENSE= LGPL21
.else
-PORTREVISION= 1
+PORTREVISION= 2
CUPS_SUFFIX= -base
# No DOCS option. Files are needed by web interface.
OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
Modified: head/print/cups-base/pkg-plist
==============================================================================
--- head/print/cups-base/pkg-plist Wed Jun 10 05:27:52 2015 (r389019)
+++ head/print/cups-base/pkg-plist Wed Jun 10 05:33:31 2015 (r389020)
@@ -70,6 +70,7 @@ man/man1/cancel.1.gz
man/man1/cupstestdsc.1.gz
man/man1/cupstestppd.1.gz
man/man1/cups.1.gz
+%%AVAHI%%man/man1/ippfind.1.gz
man/man1/ipptool.1.gz
man/man1/lp.1.gz
man/man1/lpoptions.1.gz
More information about the svn-ports-head
mailing list