aboutsummaryrefslogtreecommitdiff
path: root/devel/st
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-06 20:25:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-06 20:25:01 +0000
commit32ce9ac3ddf80579eb1382bf0c55eb6f8bf3d515 (patch)
treeb1e6d19bc2d1bd9069f6faa71bedbb9907975686 /devel/st
parentc4e22278b4b9c97912b0c0787a170bfb5097bdd9 (diff)
downloadports-32ce9ac3ddf80579eb1382bf0c55eb6f8bf3d515.tar.gz
ports-32ce9ac3ddf80579eb1382bf0c55eb6f8bf3d515.zip
Notes
Diffstat (limited to 'devel/st')
-rw-r--r--devel/st/Makefile7
-rw-r--r--devel/st/distinfo2
-rw-r--r--devel/st/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile
index f6df40af130c..8e51dbd87ca5 100644
--- a/devel/st/Makefile
+++ b/devel/st/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= st
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= devel
-MASTER_SITES= http://oss.sgi.com/projects/state-threads/download/ \
- ftp://oss.sgi.com/www/projects/state-threads/download/ \
+MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/state-threads/ \
http://www.tobez.org/download/port-mirrors/devel/st/
MAINTAINER= tobez@FreeBSD.org
@@ -18,7 +17,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-pre-patch:
+post-patch:
@${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/examples/Makefile
@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.examples ${WRKSRC}/examples/Makefile
diff --git a/devel/st/distinfo b/devel/st/distinfo
index 93c95b5550ac..3f190dd4b493 100644
--- a/devel/st/distinfo
+++ b/devel/st/distinfo
@@ -1 +1 @@
-MD5 (st-1.2.tar.gz) = c9965d75933cad8d5dd62fa5eab856c9
+MD5 (st-1.3.tar.gz) = 3342786903047e8fee736a3182786a36
diff --git a/devel/st/pkg-descr b/devel/st/pkg-descr
index 3dc7db92c42f..da6ca1b38686 100644
--- a/devel/st/pkg-descr
+++ b/devel/st/pkg-descr
@@ -11,7 +11,7 @@ machine.
The State Threads library is a derivative of the Netscape Portable
Runtime library (NSPR).
-WWW: http://oss.sgi.com/projects/state-threads/
+WWW: http://state-threads.sourceforge.net/
- Anton
tobez@FreeBSD.org