summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-27 13:46:53 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-06-27 13:46:53 +0000
commite354b10f0e9fe7108b8062f76955be850b974b22 (patch)
treeda3d0ad74b3dac25040098f7125aac62b77bc817 /devel
parente94a275df9d75d3bfc541a3d0c0348447a04f2b4 (diff)
downloadFreeBSD-ports-e354b10f0e9fe7108b8062f76955be850b974b22.zip
FreeBSD-ports-e354b10f0e9fe7108b8062f76955be850b974b22.tar.gz
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
Diffstat (limited to 'devel')
-rw-r--r--devel/ald/Makefile1
-rw-r--r--devel/arduino-avrdude/Makefile1
-rw-r--r--devel/avrdude/Makefile1
-rw-r--r--devel/bossa/Makefile2
-rw-r--r--devel/cdecl/Makefile1
-rw-r--r--devel/cgdb/Makefile1
-rw-r--r--devel/clewn/Makefile2
-rw-r--r--devel/devtodo/Makefile2
-rw-r--r--devel/elf/Makefile2
-rw-r--r--devel/elfsh/Makefile2
-rw-r--r--devel/gdb/Makefile2
-rw-r--r--devel/gdb66/Makefile2
-rw-r--r--devel/gnatcoll/Makefile1
-rw-r--r--devel/gpsim/Makefile1
-rw-r--r--devel/hs-readline/Makefile2
-rw-r--r--devel/libbobcat/Makefile2
-rw-r--r--devel/libepp-nicbr/Makefile1
-rw-r--r--devel/libnfc/Makefile2
-rw-r--r--devel/libreadline-java/Makefile2
-rw-r--r--devel/libvirt/Makefile1
-rw-r--r--devel/mico/Makefile2
-rw-r--r--devel/mspdebug/Makefile1
-rw-r--r--devel/omake/Makefile2
-rw-r--r--devel/opendht/Makefile2
-rw-r--r--devel/openzz/Makefile2
-rw-r--r--devel/p5-Term-ReadLine-Gnu/Makefile1
-rw-r--r--devel/pcre/Makefile1
-rw-r--r--devel/pcre2/Makefile2
-rw-r--r--devel/php56-readline/Makefile1
-rw-r--r--devel/php70-readline/Makefile1
-rw-r--r--devel/php71-readline/Makefile1
-rw-r--r--devel/piklab/Makefile2
-rw-r--r--devel/pure-readline/Makefile1
-rw-r--r--devel/readline/Makefile9
-rw-r--r--devel/readline/distinfo27
-rw-r--r--devel/readline/pkg-plist5
-rw-r--r--devel/remake/Makefile2
-rw-r--r--devel/rlwrap/Makefile1
-rw-r--r--devel/rudiments/Makefile1
-rw-r--r--devel/tclreadline/Makefile1
-rw-r--r--devel/tdl/Makefile1
-rw-r--r--devel/tig/Makefile1
-rw-r--r--devel/urjtag/Makefile2
43 files changed, 56 insertions, 44 deletions
diff --git a/devel/ald/Makefile b/devel/ald/Makefile
index a0258bd..cd07249 100644
--- a/devel/ald/Makefile
+++ b/devel/ald/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ald
PORTVERSION= 0.1.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/devel/arduino-avrdude/Makefile b/devel/arduino-avrdude/Makefile
index 0263010..3efbb97 100644
--- a/devel/arduino-avrdude/Makefile
+++ b/devel/arduino-avrdude/Makefile
@@ -2,6 +2,7 @@
PORTNAME= avrdude
PORTVERSION= 6.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAVANNAH/avrdude
PKGNAMEPREFIX= arduino-
diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile
index c3c1cd9..90edb21 100644
--- a/devel/avrdude/Makefile
+++ b/devel/avrdude/Makefile
@@ -3,6 +3,7 @@
PORTNAME= avrdude
PORTVERSION= 6.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAVANNAH/avrdude
diff --git a/devel/bossa/Makefile b/devel/bossa/Makefile
index 60ce8b6..7c8286e 100644
--- a/devel/bossa/Makefile
+++ b/devel/bossa/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bossa
PORTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= bsdports@kyle-evans.net
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 5cd7a16..bd51fe5 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cdecl
PORTVERSION= 3.3
DISTVERSIONPREFIX= ${PORTNAME}-
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ler@FreeBSD.org
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 45135de..e24b5c9 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cgdb
PORTVERSION= 0.6.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cgdb.me/files/
diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile
index 5a20883..d59948a 100644
--- a/devel/clewn/Makefile
+++ b/devel/clewn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clewn
PORTVERSION= 1.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel editors
MASTER_SITES= SF/${PORTNAME}/OldFiles/${PORTNAME}-${PORTVERSION}/
diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile
index 4bc28ad..9e5d159 100644
--- a/devel/devtodo/Makefile
+++ b/devel/devtodo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= devtodo
PORTVERSION= 0.1.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://swapoff.org/files/devtodo/
diff --git a/devel/elf/Makefile b/devel/elf/Makefile
index da34e15..18d93bd 100644
--- a/devel/elf/Makefile
+++ b/devel/elf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elf
PORTVERSION= 0.5.4p1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= PACKETSTORM/linux/reverse-engineering
diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile
index 4a19492..179939f 100644
--- a/devel/elfsh/Makefile
+++ b/devel/elfsh/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elfsh
PORTVERSION= 0.51b3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://elfsh.asgardlabs.org/files/
DISTNAME= elfsh-0.51b3-portable
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 132e8d4..1bd5a9e 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdb
PORTVERSION= 7.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNU
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index d90af12..17d10dc 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gdb
PORTVERSION= 6.6
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= devel
MASTER_SITES= GNU/gdb/ \
http://aldan.algebra.com/~mi/:gdbtk
diff --git a/devel/gnatcoll/Makefile b/devel/gnatcoll/Makefile
index 24497db..ac19c58 100644
--- a/devel/gnatcoll/Makefile
+++ b/devel/gnatcoll/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnatcoll
PORTVERSION= 2016 # branch: gpl-for-gps-2016
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/gpsim/Makefile b/devel/gpsim/Makefile
index 7db1e3c..f0ceff2 100644
--- a/devel/gpsim/Makefile
+++ b/devel/gpsim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gpsim
PORTVERSION= 0.29.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile
index 3e2e695..85386bc 100644
--- a/devel/hs-readline/Makefile
+++ b/devel/hs-readline/Makefile
@@ -3,7 +3,7 @@
PORTNAME= readline
PORTVERSION= 1.0.3.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile
index 08c4303..fefcad9 100644
--- a/devel/libbobcat/Makefile
+++ b/devel/libbobcat/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libbobcat
PORTVERSION= 3.25.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION}
DISTNAME= bobcat_${PORTVERSION}
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile
index b8c0ea0..e7bdba4 100644
--- a/devel/libepp-nicbr/Makefile
+++ b/devel/libepp-nicbr/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libepp-nicbr
PORTVERSION= 1.15
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile
index c914dea..0378b0b 100644
--- a/devel/libnfc/Makefile
+++ b/devel/libnfc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libnfc
PORTVERSION= 1.7.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://dl.bintray.com/nfc-tools/sources/ \
http://romain.blogreen.org/distfiles/
diff --git a/devel/libreadline-java/Makefile b/devel/libreadline-java/Makefile
index 3ab86cc..fafcb69 100644
--- a/devel/libreadline-java/Makefile
+++ b/devel/libreadline-java/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libreadline-java
PORTVERSION= 0.8.0
DISTVERSIONSUFFIX= -src
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel java
MASTER_SITES= SF/java-readline/java-readline/${PORTVERSION}
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile
index 85f84f7..e164e08 100644
--- a/devel/libvirt/Makefile
+++ b/devel/libvirt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libvirt
PORTVERSION= 3.4.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/ \
ftp://libvirt.org/libvirt/
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index a323a45..34fe48e 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mico
PORTVERSION= 2.3.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/
diff --git a/devel/mspdebug/Makefile b/devel/mspdebug/Makefile
index 30ffaf7..d1a4941 100644
--- a/devel/mspdebug/Makefile
+++ b/devel/mspdebug/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mspdebug
PORTVERSION= 0.23.20151024
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= peterjeremy@acm.org
diff --git a/devel/omake/Makefile b/devel/omake/Makefile
index 0a0dfa8..04b0a0f 100644
--- a/devel/omake/Makefile
+++ b/devel/omake/Makefile
@@ -3,7 +3,7 @@
PORTNAME= omake
DISTVERSION= 0.9.8.6-0.rc1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/ocaml-omake/omake-0.9.8.6-0.rc1.tar.gz/fe39a476ef4e33b7ba2ca77a6bcaded2/ \
http://download.camlcity.org/download/
diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile
index 978ff41..f86ba31 100644
--- a/devel/opendht/Makefile
+++ b/devel/opendht/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opendht
PORTVERSION= 0.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel net
MAINTAINER= yuri@rawbw.com
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile
index f64a807..44814d6 100644
--- a/devel/openzz/Makefile
+++ b/devel/openzz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openzz
DISTVERSION= 1.0.4-4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
diff --git a/devel/p5-Term-ReadLine-Gnu/Makefile b/devel/p5-Term-ReadLine-Gnu/Makefile
index 49c1949..2982465 100644
--- a/devel/p5-Term-ReadLine-Gnu/Makefile
+++ b/devel/p5-Term-ReadLine-Gnu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Term-ReadLine-Gnu
PORTVERSION= 1.35
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index bd41b93..92adf27 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pcre
PORTVERSION= 8.40
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \
diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 7a0582d..4dbd799 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pcre2
PORTVERSION= 10.21
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/pcre/${PORTNAME}/${PORTVERSION} \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
diff --git a/devel/php56-readline/Makefile b/devel/php56-readline/Makefile
index f608935..ad51763 100644
--- a/devel/php56-readline/Makefile
+++ b/devel/php56-readline/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/devel/php70-readline/Makefile b/devel/php70-readline/Makefile
index 72efa23..4fb5212 100644
--- a/devel/php70-readline/Makefile
+++ b/devel/php70-readline/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/devel/php71-readline/Makefile b/devel/php71-readline/Makefile
index e425136..3a182ab 100644
--- a/devel/php71-readline/Makefile
+++ b/devel/php71-readline/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php71
diff --git a/devel/piklab/Makefile b/devel/piklab/Makefile
index 6c6ce1b..68ee552 100644
--- a/devel/piklab/Makefile
+++ b/devel/piklab/Makefile
@@ -3,7 +3,7 @@
PORTNAME= piklab
PORTVERSION= 0.16.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel kde
MASTER_SITES= SF
diff --git a/devel/pure-readline/Makefile b/devel/pure-readline/Makefile
index 4330e48..399efc0 100644
--- a/devel/pure-readline/Makefile
+++ b/devel/pure-readline/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pure-readline
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 4cb5b8a..033cc84 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= readline
-PORTVERSION= 6.3.${PATCHLEVEL}
-PORTREVISION= 1
+PORTVERSION= 7.0.${PATCHLEVEL}
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -31,16 +30,16 @@ CPE_VENDOR= gnu
CPE_VERSION= ${PORTVERSION:R}
CPE_UPDATE= ${PATCHLEVEL}
-PATCHES= 1 2 3 4 5 6 7 8
+PATCHES= 1 2 3
PATCHLEVEL= ${PATCHES:O:[-1]}
.for patch in ${PATCHES}
PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
.endfor
post-patch-TERMCAP-on:
- @${REINPLACE_CMD} -e '/SHOBJ_LDFLAGS = / s| = |&-ltermcap |' ${WRKSRC}/shlib/Makefile.in
+ @${REINPLACE_CMD} -e '/SHOBJ_LDFLAGS = / s| = |&-ltermcapw |' ${WRKSRC}/shlib/Makefile.in
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhistory.so.6 ${STAGEDIR}${PREFIX}/lib/libreadline.so.6
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhistory.so.7 ${STAGEDIR}${PREFIX}/lib/libreadline.so.7
.include <bsd.port.mk>
diff --git a/devel/readline/distinfo b/devel/readline/distinfo
index 995614a..a31b187 100644
--- a/devel/readline/distinfo
+++ b/devel/readline/distinfo
@@ -1,18 +1,9 @@
-SHA256 (readline-6.3.tar.gz) = 56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43
-SIZE (readline-6.3.tar.gz) = 2468560
-SHA256 (readline63-001) = 1a79bbb6eaee750e0d6f7f3d059b30a45fc54e8e388a8e05e9c3ae598590146f
-SIZE (readline63-001) = 1366
-SHA256 (readline63-002) = 39e304c7a526888f9e112e733848215736fb7b9d540729b9e31f3347b7a1e0a5
-SIZE (readline63-002) = 1297
-SHA256 (readline63-003) = ec41bdd8b00fd884e847708513df41d51b1243cecb680189e31b7173d01ca52f
-SIZE (readline63-003) = 985
-SHA256 (readline63-004) = 4547b906fb2570866c21887807de5dee19838a60a1afb66385b272155e4355cc
-SIZE (readline63-004) = 1363
-SHA256 (readline63-005) = 877788f9228d1a9907a4bcfe3d6dd0439c08d728949458b41208d9bf9060274b
-SIZE (readline63-005) = 1664
-SHA256 (readline63-006) = 5c237ab3c6c97c23cf52b2a118adc265b7fb411b57c93a5f7c221d50fafbe556
-SIZE (readline63-006) = 1982
-SHA256 (readline63-007) = 4d79b5a2adec3c2e8114cbd3d63c1771f7c6cf64035368624903d257014f5bea
-SIZE (readline63-007) = 1428
-SHA256 (readline63-008) = 3bc093cf526ceac23eb80256b0ec87fa1735540d659742107b6284d635c43787
-SIZE (readline63-008) = 1452
+TIMESTAMP = 1492320649
+SHA256 (readline-7.0.tar.gz) = 750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334
+SIZE (readline-7.0.tar.gz) = 2910016
+SHA256 (readline70-001) = 9ac1b3ac2ec7b1bf0709af047f2d7d2a34ccde353684e57c6b47ebca77d7a376
+SIZE (readline70-001) = 1777
+SHA256 (readline70-002) = 8747c92c35d5db32eae99af66f17b384abaca961653e185677f9c9a571ed2d58
+SIZE (readline70-002) = 2953
+SHA256 (readline70-003) = 9e43aa93378c7e9f7001d8174b1beb948deefa6799b6f581673f465b7d9d4780
+SIZE (readline70-003) = 1294
diff --git a/devel/readline/pkg-plist b/devel/readline/pkg-plist
index 021fc46..3d3532e 100644
--- a/devel/readline/pkg-plist
+++ b/devel/readline/pkg-plist
@@ -8,10 +8,10 @@ include/readline/rltypedefs.h
include/readline/tilde.h
lib/libhistory.a
lib/libhistory.so
-lib/libhistory.so.6
+lib/libhistory.so.7
lib/libreadline.a
lib/libreadline.so
-lib/libreadline.so.6
+lib/libreadline.so.7
man/man3/history.3.gz
man/man3/readline.3.gz
%%DATADIR%%/excallback.c
@@ -23,6 +23,7 @@ man/man3/readline.3.gz
%%DATADIR%%/rl-callbacktest.c
%%DATADIR%%/rl-fgets.c
%%DATADIR%%/rl.c
+%%DATADIR%%/rlbasic.c
%%DATADIR%%/rlcat.c
%%DATADIR%%/rlevent.c
%%DATADIR%%/rlptytest.c
diff --git a/devel/remake/Makefile b/devel/remake/Makefile
index 8e72727..29acbec 100644
--- a/devel/remake/Makefile
+++ b/devel/remake/Makefile
@@ -3,7 +3,7 @@
PORTNAME= remake
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/bashdb/remake/3.82+dbg-${PORTVERSION}/
DISTNAME= remake-3.82+dbg${PORTVERSION}
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile
index 0c2d3da..806ad38 100644
--- a/devel/rlwrap/Makefile
+++ b/devel/rlwrap/Makefile
@@ -4,6 +4,7 @@
PORTNAME= rlwrap
PORTVERSION= 0.42
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gamato@users.sf.net
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index 9d0c4667..f36e249 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rudiments
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile
index 940b0a2..78f0e52 100644
--- a/devel/tclreadline/Makefile
+++ b/devel/tclreadline/Makefile
@@ -4,6 +4,7 @@
PORTNAME= tclreadline
PORTVERSION= 2.2.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel tcl
MAINTAINER= tcltk@FreeBSD.org
diff --git a/devel/tdl/Makefile b/devel/tdl/Makefile
index ebe65f5..d403ce3 100644
--- a/devel/tdl/Makefile
+++ b/devel/tdl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tdl
PORTVERSION= 1.5.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/
diff --git a/devel/tig/Makefile b/devel/tig/Makefile
index 7c0707d..88bd3c3 100644
--- a/devel/tig/Makefile
+++ b/devel/tig/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tig
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/
diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile
index ed8f6f8..ecd4dd8 100644
--- a/devel/urjtag/Makefile
+++ b/devel/urjtag/Makefile
@@ -3,7 +3,7 @@
PORTNAME= urjtag
PORTVERSION= 0.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF
OpenPOWER on IntegriCloud