diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-05-11 22:54:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-05-11 22:54:45 +0800 |
commit | 06ca001cc84116ae710928456a09a9f364f63ff8 (patch) | |
tree | 9497836cbca6c834950874263dcbfc0327235c90 /misc/pastebinit/Makefile | |
parent | 02b82338179dce12f4f1d21a0fab85e74536f79a (diff) | |
download | freebsd-ports-gnome-06ca001cc84116ae710928456a09a9f364f63ff8.tar.gz freebsd-ports-gnome-06ca001cc84116ae710928456a09a9f364f63ff8.tar.zst freebsd-ports-gnome-06ca001cc84116ae710928456a09a9f364f63ff8.zip |
- Switch back to pastebin.com by default, as paste2.org seem to be handled incorrectly
Diffstat (limited to 'misc/pastebinit/Makefile')
-rw-r--r-- | misc/pastebinit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 610f81960f14..be42b46c270f 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -2,6 +2,7 @@ PORTNAME= pastebinit PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ |