diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2004-02-27 13:05:01 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2004-02-27 13:05:01 +0000 |
commit | 8173766eb07a238e0cba509160393b732b4b250e (patch) | |
tree | 36e12f439d628e24bfa2e8f468144ca4ba39e716 /devel/tla | |
parent | 7c6ddfe4bb9544ab4eaafc561acde849d204736b (diff) | |
download | ports-8173766eb07a238e0cba509160393b732b4b250e.tar.gz ports-8173766eb07a238e0cba509160393b732b4b250e.zip |
Notes
Diffstat (limited to 'devel/tla')
-rw-r--r-- | devel/tla/Makefile | 9 | ||||
-rw-r--r-- | devel/tla/distinfo | 3 | ||||
-rw-r--r-- | devel/tla/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 9e9ea6aaa938..077472b42a4a 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -6,11 +6,12 @@ # PORTNAME= tla -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= devel -MASTER_SITES= http://regexps.srparish.net/src/${PORTNAME}/ \ +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://regexps.srparish.net/src/${PORTNAME}/ \ http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ +MASTER_SITE_SUBDIR= gnu-arch MAINTAINER= seanc@FreeBSD.org COMMENT= The original arch source control management CLI written in C @@ -43,7 +44,7 @@ post-install: for f in `${FIND} ${ORIGWRKSRC}/docs-tla/html -type f -name '*.html' \ -exec ${BASENAME} {} \;`; do \ ${INSTALL_DATA} ${ORIGWRKSRC}/docs-tla/html/$$f ${DOCSDIR}/; \ - printf "share/doc/${PORTNAME}/%s\n" $$f >> ${TMPPLIST}; \ + ${PRINTF} "share/doc/${PORTNAME}/%s\n" $$f >> ${TMPPLIST}; \ done; \ ${ECHO} @dirrm share/doc/${PORTNAME} >> ${TMPPLIST} .endif diff --git a/devel/tla/distinfo b/devel/tla/distinfo index 5e48263c377c..5e244bc28950 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1 +1,2 @@ -MD5 (tla-1.1.tar.gz) = 58527f281f425be1a015dcb015245a33 +MD5 (tla-1.2.tar.gz) = 1fbc9cd83c37ad6e88e9e6a5f0b62871 +SIZE (tla-1.2.tar.gz) = 4421771 diff --git a/devel/tla/pkg-descr b/devel/tla/pkg-descr index f04a44f5469c..51a57af3d5f4 100644 --- a/devel/tla/pkg-descr +++ b/devel/tla/pkg-descr @@ -6,4 +6,4 @@ which means, for example that you can make arch branches of your own from remote projects, even if you don't have write access to the revision control archives for those projects. -WWW: http://arch.fifthvision.net/bin/view +WWW: http://gnuarch.org/ |