Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 18:11:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460018 - head/sysutils/gdisk
Message-ID:  <201801261811.w0QIB2In010822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 26 18:11:02 2018
New Revision: 460018
URL: https://svnweb.freebsd.org/changeset/ports/460018

Log:
  Sort LIB_DEPENDS
  
  - Fix indent
  - Take maintainership

Modified:
  head/sysutils/gdisk/Makefile

Modified: head/sysutils/gdisk/Makefile
==============================================================================
--- head/sysutils/gdisk/Makefile	Fri Jan 26 18:10:57 2018	(r460017)
+++ head/sysutils/gdisk/Makefile	Fri Jan 26 18:11:02 2018	(r460018)
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	SF/gptfdisk/gptfdisk/${PORTVERSION}
 DISTNAME=	gptfdisk-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	GPT fdisk
 
 LICENSE=	GPLv2
@@ -15,23 +15,21 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
-		libpopt.so:devel/popt
+LIB_DEPENDS=	libpopt.so:devel/popt \
+		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=	localbase:ldflags
+USES=		localbase:ldflags
 
-MAKEFILE=	Makefile.freebsd
 ALL_TARGET=	fixparts gdisk sgdisk
+MAKEFILE=	Makefile.freebsd
 
 OPTIONS_DEFINE=	CGDISK UTF16
 OPTIONS_SUB=	yes
-
 CGDISK_DESC=	Curses-based interactive program
 UTF16_DESC=	Support for Unicode partition names
 
 CGDISK_ALL_TARGET=	cgdisk
 CGDISK_USES=		ncurses
-
 UTF16_CPPFLAGS=		-DUSE_UTF16
 UTF16_LDFLAGS=		-licuio -licuuc
 UTF16_LIB_DEPENDS=	libicuuc.so:devel/icu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801261811.w0QIB2In010822>