diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-28 22:43:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-28 22:43:15 +0800 |
commit | df90a479b898cf988b9b776aa9b584f9c44d8d43 (patch) | |
tree | 66e39450e0bc9103d3337629fc66727b45d68520 /chinese | |
parent | e92018567c2f822641b95670af33d8e5be8c79bf (diff) | |
download | freebsd-ports-graphics-df90a479b898cf988b9b776aa9b584f9c44d8d43.tar.gz freebsd-ports-graphics-df90a479b898cf988b9b776aa9b584f9c44d8d43.tar.zst freebsd-ports-graphics-df90a479b898cf988b9b776aa9b584f9c44d8d43.zip |
Update to 1.3.
PR: 207516
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/pcmanx/Makefile | 4 | ||||
-rw-r--r-- | chinese/pcmanx/distinfo | 4 | ||||
-rw-r--r-- | chinese/pcmanx/files/patch-src-core-proxy.c | 12 | ||||
-rw-r--r-- | chinese/pcmanx/pkg-descr | 2 |
4 files changed, 5 insertions, 17 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 1f2ba338f4f..df9e0bf065d 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pcmanx -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= chinese net gnome -MASTER_SITES= http://pcmanx-gtk2.googlecode.com/files/ +MASTER_SITES= https://github.com/pcman-bbs/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/chinese/pcmanx/distinfo b/chinese/pcmanx/distinfo index 1c4c0e70d9e..a05aa919402 100644 --- a/chinese/pcmanx/distinfo +++ b/chinese/pcmanx/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcmanx-gtk2-1.2.tar.xz) = 2463652d9b75ba1bea7420069e28d66f6e8064cfcfea2a697f06c1d491ec774a -SIZE (pcmanx-gtk2-1.2.tar.xz) = 534684 +SHA256 (pcmanx-gtk2-1.3.tar.xz) = 3f5d7eaf5daa7dcf3843a01e239cea312045ded03dd77b364fa1082b9356968a +SIZE (pcmanx-gtk2-1.3.tar.xz) = 551580 diff --git a/chinese/pcmanx/files/patch-src-core-proxy.c b/chinese/pcmanx/files/patch-src-core-proxy.c deleted file mode 100644 index 55aaa130f7b..00000000000 --- a/chinese/pcmanx/files/patch-src-core-proxy.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/core/proxy.c.orig 2011-12-28 19:59:03.000000000 +0800 -+++ src/core/proxy.c 2012-05-01 10:42:46.000000000 +0800 -@@ -22,6 +22,9 @@ - #include <string.h> - #include <unistd.h> - #include <errno.h> -+#if defined(__FreeBSD__) -+#include <sys/socket.h> -+#endif - - #include "proxy.h" - diff --git a/chinese/pcmanx/pkg-descr b/chinese/pcmanx/pkg-descr index 5d964de425e..7a42d65adee 100644 --- a/chinese/pcmanx/pkg-descr +++ b/chinese/pcmanx/pkg-descr @@ -1,3 +1,3 @@ PCManX is a BBS client for X Window System using GTK+ 2.x. -WWW: http://code.google.com/p/pcmanx-gtk2/ +WWW: https://github.com/pcman-bbs/pcmanx |