mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Update to 1.3.11a which fixes a font configuration issue.
This commit is contained in:
parent
26ebc4ff54
commit
ab7c5dd086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96181
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= galeon2
|
||||
PORTVERSION= 1.3.11
|
||||
PORTVERSION= 1.3.11.a
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://osdn.dl.sourceforge.net/sourceforge/galeon/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//}
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION:S/.a$/a/}
|
||||
|
||||
MAINTAINER= gnome@freebsd.org
|
||||
COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine)
|
||||
@ -87,6 +87,9 @@ post-patch:
|
||||
's|malloc\.h|stdlib.h|g'
|
||||
@${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \
|
||||
${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in
|
||||
@${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
|
||||
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|'
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (galeon-1.3.11.tar.bz2) = 3992745759ef886270905d481742faa3
|
||||
MD5 (galeon-1.3.11a.tar.bz2) = 970ec350142d2e2d2c9b94bce7cf7ab7
|
||||
|
Loading…
Reference in New Issue
Block a user