mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Update to 0.3.0.
This commit is contained in:
parent
36951f8d86
commit
6b1fdbee8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128131
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bless
|
||||
PORTVERSION= 0.2.3
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://download.gna.org/bless/
|
||||
|
||||
@ -24,7 +24,7 @@ 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)
|
||||
|
@ -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
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- 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
|
||||
@ -14,4 +14,4 @@
|
||||
+ $(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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user