Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -36,13 +36,13 @@ HOMEPAGE="http://www.nongnu.org/cvs/"
COPYRIGHT="1986-2005 Free Software Foundation, Inc."
LICENSE="GNU GPL v1
GNU LGPL v2"
REVISION="7"
SOURCE_URI="ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/cvs-1.12.13.1.tar.bz2"
CHECKSUM_SHA256="de7f374d8c4ac414c04e8d44ce9a5d3da919825a6a332d747e299dc7a80c2218"
REVISION="7"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="cvs-1.12.13.1.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
cvs = $portVersion compat >= 1.12
cmd:cvs = $portVersion compat >= 1.12
@@ -55,6 +55,7 @@ REQUIRES="
cmd:perl
lib:libz
"
BUILD_REQUIRES="
cmd:perl
devel:libz >= 1.1.4
@@ -68,7 +69,6 @@ BUILD_PREREQUIRES="
cmd:nano
"
BUILD()
{
libtoolize --force --copy --install

View File

@@ -11,14 +11,14 @@ information, it is often difficult to see what changes were committed \
HOMEPAGE="http://www.cobite.com/cvsps/"
COPYRIGHT="2001-2003 David Mansfield"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://www.cobite.com/cvsps/cvsps-2.2b1.tar.gz"
CHECKSUM_SHA256="6906acb3636cdb4a4a9d608111aec22a85530037cb08a62ed5eb74ca0b218f81"
REVISION="1"
PATCHES="cvsps-2.2b1.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="cvsps-2.2b1.patchset"
PROVIDES="
cvsps$secondaryArchSuffix = $portVersion
cmd:cvsps = $portVersion
@@ -27,6 +27,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"

View File

@@ -17,12 +17,10 @@ ARCHITECTURES="any"
PROVIDES="
git_flow = $portVersion
"
REQUIRES="
git
cmd:getopt
"
BUILD_PREREQUIRES="
cmd:make
"

View File

@@ -3,23 +3,22 @@ DESCRIPTION="hub enhances various git commands to ease most common workflows \
with GitHub. You can more easily fetch and manage remotes and forks, merge \
commits directly from the website, and even create and update pull requests, \
all from the command line."
REVISION="2"
ARCHITECTURES="any"
LICENSE="MIT"
COPYRIGHT="2009-2014 Chris Wanstrath"
HOMEPAGE="http://hub.github.com/"
COPYRIGHT="2009-2014 Chris Wanstrath"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="https://github.com/github/hub/archive/v1.12.4.tar.gz"
CHECKSUM_SHA256="b7fe404d7dc5f60554f088bec12de5e80229331430ea0ced46d5bf89ecae5117"
ARCHITECTURES="any"
PROVIDES="
hub = $portVersion
cmd:hub
"
REQUIRES="
cmd:ruby
"
BUILD_PREREQUIRES="
cmd:ruby
cmd:rake

View File

@@ -11,9 +11,10 @@ HOMEPAGE="http://www.gnu.org/software/rcs/"
COPYRIGHT="1986-2014 Free Software Foundation, Inc."
LICENSE="GNU GPL v1
GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/rcs/rcs-$portVersion.tar.xz"
CHECKSUM_SHA256="063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff"
REVISION="1"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -35,6 +36,7 @@ REQUIRES="
cmd:awk
cmd:diff
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"