Update to 1.2.2.

References:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/15288
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by:	Shinya Esu <esu@yk.rim.or.jp> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2004-12-16 15:06:25 +00:00
parent 5cf794e00b
commit b9df28c6ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124216
3 changed files with 4 additions and 14 deletions

View file

@ -6,8 +6,8 @@
#
PORTNAME= macopix
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.2.2
PORTREVISION= 0
CATEGORIES= games
MASTER_SITES= http://rosegray.sakura.ne.jp/macopix/
.if defined(WITH_GTK2)

View file

@ -1,5 +1,5 @@
MD5 (macopix-1.2.1.tar.gz) = 4449578d92d720d6d88ee82c81b7d2a4
SIZE (macopix-1.2.1.tar.gz) = 602975
MD5 (macopix-1.2.2.tar.gz) = e4a891adb9a20178a652a9d4a24dafec
SIZE (macopix-1.2.2.tar.gz) = 477746
MD5 (macopix-mascot-comic_party-ja-1.00.tar.gz) = 5d201590edec5ddaef30c55565c3dfed
SIZE (macopix-mascot-comic_party-ja-1.00.tar.gz) = 19101
MD5 (macopix-mascot-cosmos-ja-1.00.tar.gz) = ae1aefbd5f6135a9273311e299ff2055

View file

@ -1,10 +0,0 @@
--- src/sockmsg.c.orig Tue Sep 28 09:51:53 2004
+++ src/sockmsg.c Sun Oct 17 23:49:27 2004
@@ -1,5 +1,7 @@
#include <glib.h>
+#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <sys/un.h>
#include <netdb.h>