- Update to 1.4.1 - Add new Uses - Add NLS Options - Trim desktop entry - Trim pkg-plist, remove mtree Generated and tested manually, tested with port test and with RedPortsd, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) How-To-Repeat: Build log https://redports.org/buildarchive/20130418134200-13549/
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Fri Jun 7 15:37:47 2013 New Revision: 320215 URL: http://svnweb.freebsd.org/changeset/ports/320215 Log: - Update to 1.4.1 - Add new Uses - Add NLS Options - Trim desktop entry - Trim pkg-plist, remove mtree PR: 178841 Submitted by: maintainer Modified: head/astro/viking/Makefile head/astro/viking/distinfo (contents, props changed) head/astro/viking/pkg-plist (contents, props changed) Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Fri Jun 7 15:27:42 2013 (r320214) +++ head/astro/viking/Makefile Fri Jun 7 15:37:47 2013 (r320215) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= viking -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -22,12 +21,12 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/d fontconfig:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel -USES= iconv pkgconfig -USE_GMAKE= yes -GNU_CONFIGURE= yes +USES= iconv desktop-file-utils pkgconfig USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender -USE_GNOME= desktopfileutils gnomedocutils gtk20 +USE_GNOME= gnomedocutils gtk20 +GNU_CONFIGURE= yes +USE_GMAKE= yes USE_PERL5_RUN= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes @@ -38,7 +37,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread PORTDOCS= AUTHORS ChangeLog NEWS README TODO -OPTIONS_DEFINE= GEOTAG GPSD +OPTIONS_DEFINE= NLS GEOTAG GPSD OPTIONS_DEFAULT= GEOTAG GEOTAG_DESC= Geotag support GPSD_DESC= Realtime GPS tracking @@ -67,6 +66,7 @@ CONFIGURE_ARGS+= --disable-realtime-gps- post-patch: @${REINPLACE_CMD} -e '/^AM_CFLAGS/s| -g | |' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|Science;|Education;Science;|' ${WRKSRC}/src/viking.desktop.in post-install: # Port not install in figures jpg and png, this is cleaner as patch @@ -75,9 +75,8 @@ post-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @-update-desktop-database -q .include <bsd.port.mk> Modified: head/astro/viking/distinfo ============================================================================== --- head/astro/viking/distinfo Fri Jun 7 15:27:42 2013 (r320214) +++ head/astro/viking/distinfo Fri Jun 7 15:37:47 2013 (r320215) @@ -1,2 +1,2 @@ -SHA256 (viking-1.4.tar.gz) = 80aa4c7bf3be75441a435f6681831b8aeb08f7eb6f7a5a86872eec16cda67799 -SIZE (viking-1.4.tar.gz) = 1487470 +SHA256 (viking-1.4.1.tar.gz) = 20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640 +SIZE (viking-1.4.1.tar.gz) = 1490617 Modified: head/astro/viking/pkg-plist ============================================================================== --- head/astro/viking/pkg-plist Fri Jun 7 15:27:42 2013 (r320214) +++ head/astro/viking/pkg-plist Fri Jun 7 15:37:47 2013 (r320215) @@ -57,18 +57,9 @@ share/pixmaps/viking.png %%DATADIR%%/maps.xml @dirrm %%DATADIR%% @dirrmtry share/omf/viking -@dirrmtry share/omf %%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES %%NLS%%@dirrmtry share/locale/jv -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons @dirrmtry share/gnome/help/viking/C/figures @dirrmtry share/gnome/help/viking/C @dirrmtry share/gnome/help/viking -@dirrmtry share/gnome/help -@dirrmtry share/gnome @dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"