[Midnightbsd-cvs] mports [18326] trunk/print/libpaper: fix libpaper plist as seen on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 17:54:55 EDT 2015


Revision: 18326
          http://svnweb.midnightbsd.org/mports/?rev=18326
Author:   laffer1
Date:     2015-03-25 17:54:54 -0400 (Wed, 25 Mar 2015)
Log Message:
-----------
fix libpaper plist as seen on magus

Modified Paths:
--------------
    trunk/print/libpaper/Makefile
    trunk/print/libpaper/pkg-descr
    trunk/print/libpaper/pkg-plist

Modified: trunk/print/libpaper/Makefile
===================================================================
--- trunk/print/libpaper/Makefile	2015-03-25 21:53:45 UTC (rev 18325)
+++ trunk/print/libpaper/Makefile	2015-03-25 21:54:54 UTC (rev 18326)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libpaper
 PORTVERSION=	1.1.24.3
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/libp/libpaper

Modified: trunk/print/libpaper/pkg-descr
===================================================================
--- trunk/print/libpaper/pkg-descr	2015-03-25 21:53:45 UTC (rev 18325)
+++ trunk/print/libpaper/pkg-descr	2015-03-25 21:54:54 UTC (rev 18326)
@@ -4,7 +4,7 @@
 
 This release is quite minimal, its purpose being to provide really basic
 functions (obtaining the system paper name and getting the height and
-width of a given kond of paper) that applications can immediately
+width of a given kind of paper) that applications can immediately
 integrate.
 A more complete library, using a capabilities file for papers (giving,
 in addition to the size, informations like paper weigth, color, etc)

Modified: trunk/print/libpaper/pkg-plist
===================================================================
--- trunk/print/libpaper/pkg-plist	2015-03-25 21:53:45 UTC (rev 18325)
+++ trunk/print/libpaper/pkg-plist	2015-03-25 21:54:54 UTC (rev 18326)
@@ -4,7 +4,8 @@
 include/paper.h
 lib/libpaper.a
 lib/libpaper.so
-lib/libpaper.so.2
+lib/libpaper.so.1
+lib/libpaper.so.1.1.2
 sbin/paperconfig
 man/man1/paperconf.1.gz
 man/man3/defaultpapername.3.gz



More information about the Midnightbsd-cvs mailing list