diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
commit | c0b7145df28e7429c6182f219c699ee01fabdb9a (patch) | |
tree | f9c6286fe7054695e2fcc571061cd6d3ed5f216d /net-p2p | |
parent | e9791b91d43b0140cf2b03162f96f21db72f38c9 (diff) | |
download | freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.gz freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.zst freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.zip |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/awgg/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index f7d6e16bb75d..8614fd25eb03 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -2,7 +2,7 @@ PORTNAME= awgg PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index b5d1ec22482a..66d8ded7c802 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -2,6 +2,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.17.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} |