diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-15 21:47:11 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-15 21:47:11 +0800 |
commit | 4696ee6f5d06cea68948cd4cb81ab6c65022b2f1 (patch) | |
tree | 9cf4d660df3b1e13d3b52727ed2a3c3fd49e4395 /security | |
parent | 3a3f85ff7194a4e429cfe1319e69664fcad71e69 (diff) | |
download | freebsd-ports-gnome-4696ee6f5d06cea68948cd4cb81ab6c65022b2f1.tar.gz freebsd-ports-gnome-4696ee6f5d06cea68948cd4cb81ab6c65022b2f1.tar.zst freebsd-ports-gnome-4696ee6f5d06cea68948cd4cb81ab6c65022b2f1.zip |
unbreak port by adding a \n\ to a patchfile
Diffstat (limited to 'security')
-rw-r--r-- | security/py-twofish/Makefile | 9 | ||||
-rw-r--r-- | security/py-twofish/files/patch-twofishmodule.c | 11 |
2 files changed, 13 insertions, 7 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index 5806eb04d350..c200761b8d9a 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -8,6 +8,7 @@ PORTNAME= twofish PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= twofish-py @@ -20,12 +21,6 @@ COMMENT= Twofish cryptographic module for Python USE_PYTHON= yes GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - do-install: ${INSTALL_DATA} ${WRKSRC}/_twofish.so ${PYTHON_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR} @@ -34,4 +29,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/py-twofish/files/patch-twofishmodule.c b/security/py-twofish/files/patch-twofishmodule.c new file mode 100644 index 000000000000..dfe8209d0e56 --- /dev/null +++ b/security/py-twofish/files/patch-twofishmodule.c @@ -0,0 +1,11 @@ +--- twofishmodule.c.orig Wed Oct 15 06:46:16 2003 ++++ twofishmodule.c Wed Oct 15 06:46:30 2003 +@@ -489,7 +489,7 @@ + Functions:\n\ + new() -- return a new twofish object.\n\ + \n\ +-Special Objects: ++Special Objects: \n\ + \n\ + TwoFishType -- type object for TwoFish objects. \n"; + |