svn commit: r307964 - head/astro/viking
Pawel Pekala
pawel at FreeBSD.org
Thu Nov 29 15:20:29 UTC 2012
Author: pawel
Date: Thu Nov 29 15:20:29 2012
New Revision: 307964
URL: http://svnweb.freebsd.org/changeset/ports/307964
Log:
- Use PORTVERSION:R in MASTER_SITES
- Fix COMMENT
- Sort USE flags
- Remove word Enable from option's descriptions
Suggested by: danfe
Feature safe: yes
Modified:
head/astro/viking/Makefile
Modified: head/astro/viking/Makefile
==============================================================================
--- head/astro/viking/Makefile Thu Nov 29 14:34:31 2012 (r307963)
+++ head/astro/viking/Makefile Thu Nov 29 15:20:29 2012 (r307964)
@@ -4,10 +4,10 @@
PORTNAME= viking
PORTVERSION= 1.3.2.1
CATEGORIES= astro
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= nemysis at gmx.ch
-COMMENT= Program to manage GPS data (tracks, waypoints, etc)
+COMMENT= Program to manage GPS data (tracks, waypoints, etc.)
LICENSE= GPLv2 # (or later)
@@ -22,13 +22,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/d
xcb:${PORTSDIR}/x11/libxcb
RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_ICONV= yes
USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \
xfixes xi xinerama xrandr xrender
USE_GNOME= gnomedocutils gtk20
-USE_ICONV= yes
USE_PERL5_RUN= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
MAKE_JOBS_SAFE= yes
@@ -40,8 +40,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= GEOTAG GPSD
OPTIONS_DEFAULT= GEOTAG
-GEOTAG_DESC= Enable Geotag support
-GPSD_DESC= Enable realtime GPS tracking
+GEOTAG_DESC= Geotag support
+GPSD_DESC= Realtime GPS tracking
.include <bsd.port.options.mk>
More information about the svn-ports-head
mailing list