1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Update to 1.3.8 release

- Change maintainer to submitter
- Add CONFLICTS

PR:		ports/61789
Submitted by:	philip
Approved by:	maintainer timeout (countless months),
		nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-01-27 10:07:38 +00:00
parent aa86803c21
commit 32674286e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99252
5 changed files with 26 additions and 19 deletions

View File

@ -7,37 +7,33 @@
#
PORTNAME= gqview
PORTVERSION= 1.3.7
PORTVERSION= 1.3.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -devel
MAINTAINER= cthulhu@cthulhu.ru
MAINTAINER= philip@FreeBSD.org
COMMENT= Another gtk2-based graphic file viewer
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
iconv.3:${PORTSDIR}/converters/libiconv \
png.5:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
USE_GNOME= gtk20
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if !defined(WANT_GNOME) || defined(WITHOUT_GNOME)
CONFIGURE_ARGS= --disable-gnome
.endif
CONFLICTS= gqview-1.2.*
MAN1= gqview.1
post-patch:
@${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g' \
${WRKSRC}/aclocal.m4
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gqview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gqview-1.3.7.tar.gz) = 6a579839a5f283d2eb6e8713e4c97602
MD5 (gqview-1.3.8.tar.gz) = c379f28a9c1128e9ab40bec9e5605eb0

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Fri Jan 23 18:33:39 2004
+++ Makefile.in Fri Jan 23 18:37:29 2004
@@ -547,7 +547,7 @@
info-am:
-install-data-am: install-desktopDATA install-helpDATA install-iconDATA \
+install-data-am: install-desktopDATA install-iconDATA \
install-man
install-exec-am:

View File

@ -1,6 +1,5 @@
bin/gqview
%%PORTDOCS%%share/doc/gqview/README
share/gqview/README
%%PORTDOCS%%%%DOCSDIR%%/README
share/locale/bg/LC_MESSAGES/gqview.mo
share/locale/cs/LC_MESSAGES/gqview.mo
share/locale/da/LC_MESSAGES/gqview.mo
@ -28,5 +27,4 @@ share/locale/uk/LC_MESSAGES/gqview.mo
share/locale/vi/LC_MESSAGES/gqview.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
share/locale/zh_TW/LC_MESSAGES/gqview.mo
%%PORTDOCS%%@dirrm share/doc/gqview
@dirrm share/gqview
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -25,6 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gnome
CONFLICTS= gqview-devel-1.3.*
MAN1= gqview.1
post-patch: