View | Details | Raw Unified | Return to bug 140306
Collapse All | Expand All

(-)/usr/ports/net/libmxp/Makefile (-2 / +2 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	libmxp
8
PORTNAME=	libmxp
9
PORTVERSION=	0.2.2
9
PORTVERSION=	0.2.3
10
CATEGORIES=	net games textproc
10
CATEGORIES=	net games textproc
11
MASTER_SITES=	http://www.kmuddy.com/libmxp/files/
11
MASTER_SITES=	http://www.kmuddy.com/libmxp/files/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Parser for the MUD eXtension protocol
14
COMMENT=	Parser for the MUD eXtension protocol
15
15
16
GNU_CONFIGURE=	yes
16
USE_CMAKE=	yes
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
post-patch:
19
post-patch:
(-)/usr/ports/net/libmxp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libmxp-0.2.2.tar.gz) = 7e68db505f6891b25109eb8f21d180d0
1
MD5 (libmxp-0.2.3.tar.gz) = fee165a17d44170e46d29d9138abc146
2
SHA256 (libmxp-0.2.2.tar.gz) = 54934b7db14683f5e9499bc3ac023c5e3bca443571963c1683e04fa742a27c7a
2
SHA256 (libmxp-0.2.3.tar.gz) = b2b666e7157166454f285c1eb141c18f8329b72463ff8471af9c55e075c4c260
3
SIZE (libmxp-0.2.2.tar.gz) = 418199
3
SIZE (libmxp-0.2.3.tar.gz) = 68755
(-)/usr/ports/net/libmxp/pkg-plist (-3 / +2 lines)
Lines 1-6 Link Here
1
include/libmxp/libmxp.h
1
include/libmxp/libmxp.h
2
lib/libmxp.a
2
lib/libmxp.so.0.0.4
3
lib/libmxp.la
4
lib/libmxp.so
5
lib/libmxp.so.0
3
lib/libmxp.so.0
4
lib/libmxp.so
6
@dirrm include/libmxp
5
@dirrm include/libmxp

Return to bug 140306