- Update to 0.13
- Change MASTER_SITES - Add USE_LDCONFIG
This commit is contained in:
parent
888517b6ee
commit
e1bc32635a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198239
3 changed files with 15 additions and 7 deletions
|
@ -6,17 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= morla
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.13
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= editors textproc
|
||||
MASTER_SITES= http://www2.autistici.org/bakunin/morla/ \
|
||||
MASTER_SITES= http://www.morlardf.net/src/ \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A RDF editor
|
||||
|
||||
LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \
|
||||
rdf.0:${PORTSDIR}/textproc/redland
|
||||
rdf.0:${PORTSDIR}/textproc/redland \
|
||||
curl.4:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
||||
RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
|
@ -25,6 +26,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= libgtkhtml libxslt
|
||||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
MAN1= morla.1
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (morla-0.11.tar.gz) = c3433c540bf65ce102a333f5a2d3dc4b
|
||||
SHA256 (morla-0.11.tar.gz) = b0c05ac8ab8ef8601840517f090bf758a32ff5e466355519b836171efeaae840
|
||||
SIZE (morla-0.11.tar.gz) = 643764
|
||||
MD5 (morla-0.13.tar.gz) = 91b61aadde34343077d068b116e4e463
|
||||
SHA256 (morla-0.13.tar.gz) = a2f5525d89c96613517d291706b443df3cfb2ee8f24a6b7893f5710bac4a2efb
|
||||
SIZE (morla-0.13.tar.gz) = 692632
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
@comment $FreeBSD$
|
||||
bin/morla
|
||||
include/morla-module.h
|
||||
lib/morla/index.xml
|
||||
lib/morla/libmorla_test.a
|
||||
lib/morla/libmorla_test.la
|
||||
lib/morla/libmorla_test.so
|
||||
share/locale/it/LC_MESSAGES/morla.mo
|
||||
%%DATADIR%%/bootsplash.png
|
||||
%%DATADIR%%/icons/128_BN.png
|
||||
|
@ -9,5 +14,6 @@ share/locale/it/LC_MESSAGES/morla.mo
|
|||
%%DATADIR%%/icons/64_BN.png
|
||||
%%DATADIR%%/icons/64_color.png
|
||||
%%DATADIR%%/icons/700_color.png
|
||||
@dirrm lib/morla
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue