ports/72869: [patch] update www/cssed from 0.2.1 to 0.3.0

Piotr Smyrak piotr.smyrak at heron.pl
Tue Oct 19 11:20:27 UTC 2004


>Number:         72869
>Category:       ports
>Synopsis:       [patch] update www/cssed from 0.2.1 to 0.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 11:20:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Smyrak
>Release:        FreeBSD 5.3-BETA5 i386
>Organization:
>Environment:
System: FreeBSD smyru 5.3-BETA5 FreeBSD 5.3-BETA5 #2: Fri Oct 1 14:13:03 CEST 2004 root at smyru:/usr/obj/usr/src/sys/SMYRU i386

>Description:
	The following patch updates www/cssed to the recently released version.
	I happily use the new version here.

>How-To-Repeat:
	N/A
>Fix:

--- cssed.patch begins here ---
--- Makefile.orig	Tue Oct 12 18:10:59 2004
+++ Makefile	Wed Oct 13 13:06:57 2004
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cssed
-PORTVERSION=	0.2.1
+PORTVERSION=	0.3.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,18 +19,12 @@
 
 USE_ICONV=	yes
 USE_GETTEXT=	yes
+USE_X_PREFIX=	yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
-PLIST_FILES=	bin/cssed share/locale/es/LC_MESSAGES/cssed.mo share/locale/fr/LC_MESSAGES/cssed.mo
 MAN1=	cssed.1
-
-post-install:
-	@${FIND} ${DATADIR} ! -type d | \
-		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
-		${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- distinfo.orig	Tue Oct 12 18:10:11 2004
+++ distinfo	Wed Oct 13 12:37:25 2004
@@ -1,2 +1,2 @@
-MD5 (cssed-0.2.1.tar.gz) = dd799e6cdbb2ea6e9e13b0bf22af8493
-SIZE (cssed-0.2.1.tar.gz) = 783510
+MD5 (cssed-0.3.0.tar.gz) = 667632e3c5f7f3493a2d98cc47470209
+SIZE (cssed-0.3.0.tar.gz) = 872421
--- pkg-plist.orig	Wed Oct 13 13:15:17 2004
+++ pkg-plist	Wed Oct 13 12:59:13 2004
@@ -0,0 +1,51 @@
+bin/cssed
+libdata/pkgconfig/cssed.pc
+%%DATADIR%%/data/cssed-cfg.xml
+%%DATADIR%%/data/cssed-def.dtd
+%%DATADIR%%/data/cssed-def.xml
+%%DATADIR%%/include/SciLexer.h
+%%DATADIR%%/include/Scintilla.h
+%%DATADIR%%/include/ScintillaWidget.h
+%%DATADIR%%/include/cssdialogs-class.h
+%%DATADIR%%/include/cssedwindow.h
+%%DATADIR%%/include/document.h
+%%DATADIR%%/include/plugin.h
+%%DATADIR%%/pixmaps/arrow.png
+%%DATADIR%%/pixmaps/color_wizard.png
+%%DATADIR%%/pixmaps/color_wizard_menu.png
+%%DATADIR%%/pixmaps/cssed-about.png
+%%DATADIR%%/pixmaps/cssed-icon.png
+%%DATADIR%%/pixmaps/dlg_border.png
+%%DATADIR%%/pixmaps/dlg_box.png
+%%DATADIR%%/pixmaps/dlg_box_menu.png
+%%DATADIR%%/pixmaps/dlg_margin.png
+%%DATADIR%%/pixmaps/dlg_padding.png
+%%DATADIR%%/pixmaps/doc_close.png
+%%DATADIR%%/pixmaps/document_info.png
+%%DATADIR%%/pixmaps/document_info_menu.png
+%%DATADIR%%/pixmaps/font.png
+%%DATADIR%%/pixmaps/hide_footer.png
+%%DATADIR%%/pixmaps/hide_footer_menu.png
+%%DATADIR%%/pixmaps/hide_sidebar.png
+%%DATADIR%%/pixmaps/hide_sidebar_menu.png
+%%DATADIR%%/pixmaps/scan_selector.png
+%%DATADIR%%/pixmaps/scan_selector_menu.png
+%%DATADIR%%/pixmaps/selector_wizard.png
+%%DATADIR%%/pixmaps/selector_wizard_menu.png
+%%DATADIR%%/pixmaps/show_footer.png
+%%DATADIR%%/pixmaps/show_footer_menu.png
+%%DATADIR%%/pixmaps/show_sidebar.png
+%%DATADIR%%/pixmaps/show_sidebar_menu.png
+%%DATADIR%%/pixmaps/validate.png
+%%DATADIR%%/pixmaps/validate_dump.png
+%%DATADIR%%/pixmaps/validate_dump_menu.png
+%%DATADIR%%/pixmaps/validate_menu.png
+share/locale/de/LC_MESSAGES/cssed.mo
+share/locale/es/LC_MESSAGES/cssed.mo
+share/locale/fr/LC_MESSAGES/cssed.mo
+share/locale/gl/LC_MESSAGES/cssed.mo
+share/locale/it/LC_MESSAGES/cssed.mo
+ at dirrm %%DATADIR%%/pixmaps
+ at dirrm %%DATADIR%%/include
+ at dirrm %%DATADIR%%/data
+ at dirrm %%DATADIR%%
--- files/patch-Makefile.in.orig	Wed Oct 13 12:45:18 2004
+++ files/patch-Makefile.in	Wed Oct 13 12:45:18 2004
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Wed Oct 13 12:41:19 2004
++++ Makefile.in	Wed Oct 13 12:42:59 2004
+@@ -159,7 +159,7 @@
+ 	cssed.pc.in
+ 
+ 
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = cssed.pc
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--- cssed.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list