[Midnightbsd-cvs] mports: textproc/rarian: One of the files was missing in the plist.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 10:20:48 EDT 2008


Log Message:
-----------
One of the files was missing in the plist.  This caused yelp to fail on magus.  

While we're here fix up some other issues.

Modified Files:
--------------
    mports/textproc/rarian:
        Makefile (r1.2 -> r1.3)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/textproc/rarian/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/rarian/pkg-plist -L textproc/rarian/pkg-plist -u -r1.1 -r1.2
--- textproc/rarian/pkg-plist
+++ textproc/rarian/pkg-plist
@@ -26,6 +26,7 @@
 bin/scrollkeeper-uninstall
 bin/scrollkeeper-update
 include/rarian/rarian-info.h
+include/rarian/rarian-main.h
 include/rarian/rarian-man.h
 include/rarian/rarian-reg-utils.h
 include/rarian/rarian.h
@@ -34,7 +35,7 @@
 lib/librarian.so
 lib/librarian.so.0
 libdata/pkgconfig/rarian.pc
-share/doc/rarian/rarian.document
+%%DOCSDIR%%/rarian.document
 share/librarian/Templates/C/scrollkeeper_cl.xml
 share/librarian/manual/help-spec-0.2.xml
 share/librarian/manual/index.xhtml
@@ -46,7 +47,7 @@
 @dirrm share/librarian/Templates/C
 @dirrm share/librarian/Templates
 @dirrm share/librarian
- at dirrm share/doc/rarian
+ at dirrm %%DOCSDIR%%
 @dirrm include/rarian
 @unexec rm -rf /var/db/scrollkeeper 2>/dev/null || true
 @exec mkdir -p /var/db/rarian
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/rarian/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/rarian/Makefile -L textproc/rarian/Makefile -u -r1.2 -r1.3
--- textproc/rarian/Makefile
+++ textproc/rarian/Makefile
@@ -9,14 +9,14 @@
 
 PORTNAME=	rarian
 PORTVERSION=	0.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc gnome
-MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES=	GNOME
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	An OMF help system based on the Freedesktop specification
 LICENSE=        gpl2
+
 BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \
     		${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/catalog.xml:${PORTSDIR}/textproc/docbook-xml \
 		${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-sk \


More information about the Midnightbsd-cvs mailing list