diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-28 10:30:08 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-28 10:30:08 +0000 |
| commit | cb319a43ab675e9a8afbb4ab49aacf7f211ac64c (patch) | |
| tree | 0a75ffe5029f2ddddedefc6b2667888511449e5b | |
| parent | - Fix build on FreeBSD < 10, which need a C++11 library. (diff) | |
- Bump PORTREVISION after lang/expect update
Suggested by: mat
Notes
Notes:
svn path=/head/; revision=346487
| -rw-r--r-- | devel/pecl-expect/Makefile | 1 | ||||
| -rw-r--r-- | misc/dejagnu/Makefile | 1 | ||||
| -rw-r--r-- | misc/sshbuddy/Makefile | 2 | ||||
| -rw-r--r-- | net-mgmt/rancid-devel/Makefile | 2 | ||||
| -rw-r--r-- | net-mgmt/rancid/Makefile | 2 | ||||
| -rw-r--r-- | net/freenx/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile index b71a2cec6379..624c32f92371 100644 --- a/devel/pecl-expect/Makefile +++ b/devel/pecl-expect/Makefile @@ -3,6 +3,7 @@ PORTNAME= expect PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index 870a5fd1a473..93ed83d98857 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -3,6 +3,7 @@ PORTNAME= dejagnu PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= misc tcl tk MASTER_SITES= GNU diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index 19941c4c91ca..7b3666826679 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -3,7 +3,7 @@ PORTNAME= sshbuddy PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://linuxmafia.com/pub/linux/security/sshbuddy/ diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index 4f23d48ba6dc..1e5df270f9a7 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= rancid PORTVERSION= 2.3.2a10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= -devel diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 2cb0e940821a..f3708f1852e6 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -3,7 +3,7 @@ PORTNAME= rancid PORTVERSION= 2.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net/freenx/Makefile b/net/freenx/Makefile index fd745a53a91e..4e6a2f0f62ca 100644 --- a/net/freenx/Makefile +++ b/net/freenx/Makefile @@ -3,7 +3,7 @@ PORTNAME= freenx PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= BERLIOS |
