Update to 1.3.
PR: 207516 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
parent
2f64d774f7
commit
c1003c1d5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409743
4 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue