Index: head/editors/bless/Makefile =================================================================== --- head/editors/bless/Makefile (revision 128130) +++ head/editors/bless/Makefile (revision 128131) @@ -1,38 +1,38 @@ # New ports collection makefile for: bless # Date created: 24 October 2004 # Whom: Mezz # # $FreeBSD$ # PORTNAME= bless -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= editors MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= A high quality, full featured hex editor BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes DOCS= AUTHORS Changelog NEWS README post-patch: - @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' \ + @${REINPLACE_CMD} -e 's|make|${GMAKE}|g ; s|config.gmake|config.make|g' \ ${WRKSRC}/Makefile .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/editors/bless/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/editors/bless/distinfo =================================================================== --- head/editors/bless/distinfo (revision 128130) +++ head/editors/bless/distinfo (revision 128131) @@ -1,2 +1,2 @@ -MD5 (bless-0.2.3.tar.gz) = b9c70c141a059cd9593ce3b32b828d3b -SIZE (bless-0.2.3.tar.gz) = 230190 +MD5 (bless-0.3.0.tar.gz) = 6482ef6cbd4284496abee05e8c3ee98a +SIZE (bless-0.3.0.tar.gz) = 333076 Property changes on: head/editors/bless/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/editors/bless/files/patch-src::Makefile =================================================================== --- head/editors/bless/files/patch-src::Makefile (revision 128130) +++ head/editors/bless/files/patch-src::Makefile (revision 128131) @@ -1,17 +1,17 @@ ---- src/Makefile.orig Sun Nov 28 04:02:39 2004 -+++ src/Makefile Sun Nov 28 04:06:32 2004 -@@ -49,12 +49,12 @@ +--- src/Makefile.orig Sun Feb 6 04:32:01 2005 ++++ src/Makefile Sun Feb 6 04:33:23 2005 +@@ -65,12 +65,12 @@ - bless.exe: $(GUI_SRC) $(BB_SRC) $(GUI_DRAWERS_SRC) $(GUI_AREAS_SRC) $(GUI_DIALOGS_SRC) $(UTIL_SRC) $(MISC_DEPS) + bless.exe: $(GUI_SRC) $(BB_SRC) $(GUI_DRAWERS_SRC) $(GUI_AREAS_SRC) $(GUI_DIALOGS_SRC) $(TOOLS_FIND_SRC) $(UTIL_SRC) $(MISC_DEPS) - $(MCS) -g -o bless.exe -t:exe -r:nunit.framework $(RESOURCES) -pkg:gtk-sharp -pkg:glade-sharp \ + $(MCS) -g -o bless.exe -t:exe -r:nunit.framework $(RESOURCES) $(shell pkg-config --libs gtk-sharp glade-sharp) \ - $(GUI_SRC) $(BB_SRC) $(GUI_DRAWERS_SRC) $(GUI_AREAS_SRC) $(GUI_DIALOGS_SRC) $(UTIL_SRC) + $(GUI_SRC) $(BB_SRC) $(GUI_DRAWERS_SRC) $(GUI_AREAS_SRC) $(GUI_DIALOGS_SRC) $(TOOLS_FIND_SRC) $(UTIL_SRC) %.dll:%.cs - $(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $< + $(MCS) -t:library -r:nunit.framework $(shell pkg-config --libs gtk-sharp) $< install: bless.exe - install -c -d $(PREFIX)/lib/bless + install -c -d $(PREFIX)/lib/bless/bin/ Property changes on: head/editors/bless/files/patch-src::Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/editors/bless/pkg-plist =================================================================== --- head/editors/bless/pkg-plist (revision 128130) +++ head/editors/bless/pkg-plist (revision 128131) @@ -1,8 +1,13 @@ bin/bless -lib/bless/bless.exe +lib/bless/bin/bless.exe +lib/bless/data/Makefile +lib/bless/data/bless-about.png +lib/bless/data/bless-icon.png %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/bless/data +@dirrm lib/bless/bin @dirrm lib/bless Property changes on: head/editors/bless/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property