svn commit: r350697 - head/science/chemical-mime-data
Koop Mast
kwm at FreeBSD.org
Wed Apr 9 13:17:05 UTC 2014
Author: kwm
Date: Wed Apr 9 13:17:04 2014
New Revision: 350697
URL: http://svnweb.freebsd.org/changeset/ports/350697
QAT: https://qat.redports.org/buildarchive/r350697/
Log:
Stagify, switch to USES=tar:bzip2 and gmake.
Convert BUILD_/RUN_DEPENDS on shared-mime-info into USES=shared-mime-info
Modified:
head/science/chemical-mime-data/Makefile
Modified: head/science/chemical-mime-data/Makefile
==============================================================================
--- head/science/chemical-mime-data/Makefile Wed Apr 9 13:05:30 2014 (r350696)
+++ head/science/chemical-mime-data/Makefile Wed Apr 9 13:17:04 2014 (r350697)
@@ -3,27 +3,22 @@
PORTNAME= chemical-mime-data
PORTVERSION= 0.1.94
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MASTER_SITES= SF/chemical-mime/${PORTNAME}/${PORTVERSION}
MAINTAINER= kwm at FreeBSD.org
COMMENT= A collection of chemical MIME types for UNIX desktops
-BUILD_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
- ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2
-RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
-
-USE_BZIP2= yes
-USES= pkgconfig
-USE_GMAKE= yes
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2
+
+USES= gmake pkgconfig tar:bzip2 shared-mime-info
USE_GNOME= gnomemimedata intltool libxslt:build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
INSTALLS_ICONS= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|*-*-solaris*|*| ; s|rsvg|rsvg-convert|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
More information about the svn-ports-all
mailing list